Xceed Chart for WinForms v4.4 Documentation
ChartControl Property (ChartGridControl)


Xceed.Chart.v4.4 Assembly > Xceed.Chart Namespace > ChartGridControl Class : ChartControl Property
The grid control can be attached to a chart control. This property specifies the currently edited chart control
Syntax
'Declaration
 
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>

<DescriptionAttribute("The ChartControl attached to the grid")>

<CategoryAttribute("Xceed ChartGrid")>

Public Property ChartControl As ChartControl
'Usage
 
Dim instance As ChartGridControl

Dim value As ChartControl

 

instance.ChartControl = value

 

value = instance.ChartControl
[DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]

[Description("The ChartControl attached to the grid")]

[Category("Xceed ChartGrid")]

public ChartControl ChartControl {get; set;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

ChartGridControl Class
ChartGridControl Members