[]
        
(Showing Draft Content)

C1.Win.C1Chart.ChartGroups

ChartGroups Class

Gets the ChartGroups object. Each ChartGroup contains information related to data values and appearance.

Inheritance
ChartGroups
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.4.8.dll
Syntax
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartGroups

Constructors

Name Description
ChartGroups()

Creates a new instance of ChartGroups class.

ChartGroups(C1Chart)

Creates a new instance of ChartGroups class.

Properties

Name Description
ChartGroupsCollection

Gets the collection of ChartGroup objects.

Count

Gets the number of ChartGroups.

Group0

Gets the foreground ChartGroup from the contained collection.

Group1

Gets the background ChartGroup from the contained collection.

this[int]

Gets the specified ChartGroup by numeric index.

ReversedDraw

Gets or sets whether the order in which the ChartGroups are normally drawn is reversed.