FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartDataGroup Class / Name Property

In This Topic
    Name Property (ChartDataGroup)
    In This Topic
    Gets or set the name of the data group. The name should be unique within the data groups collection.
    Syntax
    'Declaration
     
    Public Property Name As String
    public string Name {get; set;}
    See Also