Charting for WinForms Programmer's Guide
BarChart.BarLayout Property
See Also
 






Gets or sets how to arrange bars when rendering multiple series.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public BarLayout BarLayout { get; set; }

Visual Basic  Copy Code

Public Property BarLayout As BarLayout

 Property Value

A member of the BarLayout enumeration.

 Remarks

Setting this property switches the default renderer between BarRenderer, BarOverlayRenderer and BarStackRenderer.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.WinForms Namespace