MindFusion WinForms Programmer's Guide
BarSeriesLayout Enumeration
See Also
 





Specifies the layout of bars in series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public enum BarSeriesLayout

Visual Basic  Copy Code

Public Enum BarSeriesLayout

 Members

  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.

 Remarks

The Enumeration represents the different layouts of bars in multi-series charts. The type of the bar chart depends on the BarType property.

 See Also

MindFusion.Charting Namespace
BarSeriesLayout property