Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / ChartGridControl Class / ChartControl Property


ChartControl Property (ChartGridControl)
The grid control can be attached to a chart control. This property specifies the currently edited chart control
Syntax
'Declaration
 
<CategoryAttribute("Xceed ChartGrid")>
<DescriptionAttribute("The ChartControl attached to the grid")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
Public Property ChartControl As ChartControl
 
'Usage
 
Dim instance As ChartGridControl
Dim value As ChartControl
 
instance.ChartControl = value
 
value = instance.ChartControl
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