[]
Represents information related to data values and appearance of the 2D chart groups.
public class Chart2DGroups : ChartObject, INotifyPropertyChanged, IC1Serializable
Name | Description |
---|---|
Group0 | Gets the foreground Chart2DGroup. |
Group1 | Gets the background Chart2DGroup. |
ReversedDraw | Gets or sets a value indicating whether the order in which the Chart2DGroups are normally drawn is reversed. The normal order is Group1, then Group0. If this property is true the order is Group0, then Group1. |
Name | Description |
---|---|
AssignFrom(ChartObject) | For internal use only. Assigns (copies) properties from another ChartObject to the current object. |