[]
Gets the ChartGroups object. Each ChartGroup contains information related to data values and appearance.
[TypeConverter(typeof(c1ChartTypeConverter))]
public class ChartGroups
| Name | Description |
|---|---|
| ChartGroups() | Creates a new instance of ChartGroups class. |
| ChartGroups(C1Chart) | Creates a new instance of ChartGroups class. |
| 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. |