2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / ChartGroups Class / Group0 Property

In This Topic
    Group0 Property
    In This Topic
    Gets the foreground ChartGroup from the contained collection.
    Syntax
    'Declaration
     
    Public ReadOnly Property Group0 As ChartGroup
    public ChartGroup Group0 {get;}
    Remarks
    Group0 or the default foreground ChartGroup is the first ChartGroup in the ChartGroupsCollection.
    See Also