Specifies the layout of bars in series.
Namespace: MindFusion.ChartingAssembly: MindFusion.Charting
public enum BarSeriesLayout
Public Enumeration BarSeriesLayout
// enumBarSeriesLayout = {}
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.
MindFusion.Charting NamespaceBarSeriesLayout property