MindFusion.Wpf Pack Programmer's Guide
BarType Enumeration
See Also
 





Specifies the types of bar charts supported by the control.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public enum BarType

Visual Basic  Copy Code

Public Enum BarType

 Members

  Member name Description

Horizontal

Bars are drawn horizontal.

HorizontalOverlay

Bars are drawn horizontal and bars from each series are drawn inside the respective bar from the previous series.

HorizontalStack

Bars are drawn in a horizontal stack.

Vertical

Bars are drawn vertical.

VerticalOverlay

Bars are drawn vertical and bars from each series are drawn inside the respective bar from the previous series.

VerticalStack

Bars are drawn in a vertical stack.

 See Also

MindFusion.Charting.Wpf Namespace