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

Public Members

MemberDescription
NoneBar series are placed one behind the other.
SideBar series points are placed one beside the other.
StackedBar series are placed one on top of the other.
Stacked100Bar series are placed one on top of the other against a common axis scale 0..100.
SideAllBar series, that is, all series points, are drawn one beside the other.
SelfStackThe points of each bar series are drawn one on top of the other.

See Also

Steema.TeeChart.Styles Namespace