2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / ChartGroup Class / Name Property

In This Topic
    Name Property (ChartGroup)
    In This Topic
    Gets or sets the name of the ChartGroup.
    Syntax
    'Declaration
     
    Public Property Name As System.String
    public System.string Name {get; set;}
    Remarks
    Used for indexing and identification.
    See Also