Specifies the types of 3D bar charts supported by the control.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public enum BarType3D |
Visual Basic
![]() |
---|
Public Enum BarType3D |
Member name | Description | |
---|---|---|
![]() |
Horizontal |
Bars are drawn horizontal. |
![]() |
HorizontalInColumn |
Bars are drawn horizontal and bars from each series are drawn in front of the respective bars from the previous series. |
![]() |
HorizontalStack |
Bars are drawn in a horizontal stack. |
![]() |
Vertical |
Bars are drawn vertical. |
![]() |
VerticalInColumn |
Bars are drawn vertical and bars from each series are drawn in front of the respective bars from the previous series. |
![]() |
VerticalStack |
Bars are drawn in a vertical stack. |