Gets or sets the layout of bars in multi-series charts.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public BarSeriesLayout BarSeriesLayout { get; set; } |
Visual Basic
![]() |
---|
Public Property BarSeriesLayout As BarSeriesLayout |
One of the BarSeriesLayout Enumeration values.
The property specifies the layout of bars in multi-series charts. Multi - series charts are drawn when BarType is set to Clustered2D/3D or Groups2D/3D. Data for the bar series is set with Data.
Default value of the BarSeriesLayout property is BarSeriesLayout.InRow.