Specifies the types of bar charts supported by the control.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public enum BarType |
Visual Basic
![]() |
---|
Public Enum BarType |
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. |