MindFusion.Charting Programmer's Guide

BarChart.BarSeriesLayout Property

See Also
 





Gets or sets the layout of multi-series bars.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public BarSeriesLayout BarSeriesLayout { get; set; }

Visual Basic  Copy Code

Public Property BarSeriesLayout As BarSeriesLayout

 Property Value

One of the BarSeriesLayout Enumeration values.

 Remarks

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.

 See Also