[Serializable]
public sealed enum MultiBars : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
None | Bar series are placed one behind the other. |
Side | Bar series points are placed one beside the other. |
Stacked | Bar series are placed one on top of the other. |
Stacked100 | Bar series are placed one on top of the other against a common axis scale 0..100. |
SideAll | Bar series, that is, all series points, are drawn one beside the other. |
SelfStack | The points of each bar series are drawn one on top of the other. |
See Also
Steema.TeeChart.Styles Namespace