Describes the possible values of the Stacked property.
[Serializable]
public sealed enum CustomStack : Enum , IComparable, IFormattable, IConvertible

Public Members

MemberDescription
NoneSeries will be drawn one behind the other.
OverlapSeries will be drawn one over the other.
StackDraws each series on top of the previous one.
Stack100Adjusts each individual series to a common 0..100 axis scale.

See Also

Steema.TeeChart.Styles Namespace