[Serializable]
public sealed enum CustomStack : Enum , IComparable, IFormattable, IConvertible
Public Members
Member | Description |
---|---|
None | Series will be drawn one behind the other. |
Overlap | Series will be drawn one over the other. |
Stack | Draws each series on top of the previous one. |
Stack100 | Adjusts each individual series to a common 0..100 axis scale. |
See Also
Steema.TeeChart.Styles Namespace