Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartGridControl Class / ChartControl Property


In This Topic
    ChartControl Property (NChartGridControl)
    In This Topic
    The grid control can be attached to a chart control. This property specifies the currently edited chart control
    Syntax
    'Declaration
     
    
    <System.ComponentModel.CategoryAttribute("Nevron NChartGrid")>
    <System.ComponentModel.DescriptionAttribute("The NChartControl attached to the grid")>
    <System.ComponentModel.DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property ChartControl As NChartControl
    'Usage
     
    
    Dim instance As NChartGridControl
    Dim value As NChartControl
     
    instance.ChartControl = value
     
    value = instance.ChartControl
    [System.ComponentModel.Category("Nevron NChartGrid")]
    [System.ComponentModel.Description("The NChartControl attached to the grid")]
    [System.ComponentModel.DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public NChartControl 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