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

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