MindFusion WinForms Programmer's Guide
BarChart3D.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 BarRenderer3D, BarOverlayRenderer3D and BarStackRenderer3D.

 See Also

BarChart3D Members
BarChart3D Class
MindFusion.Charting.WinForms Namespace