Specifies the layout of bars in series. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public enum BarSeriesLayout |
Visual Basic
![]() |
---|
Public Enumeration BarSeriesLayout |
JavaScript
![]() |
---|
// enum |
Member name | Description | |
---|---|---|
![]() |
InColumn |
Bar series are drawn one behind the other, in columns. |
![]() |
InRow |
Bar series are drawn next to each other, in a row. |
![]() |
Stacked |
Bars in series are drawn stacked. |
The Enumeration represents the different layouts of bars in multi-series charts. The type of the bar chart depends on the BarType property.