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





Specifies the types of 3D bar charts supported by the control.

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

 Syntax

C#  Copy Code

public enum BarType3D

Visual Basic  Copy Code

Public Enum BarType3D

 Members

  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.

 See Also

MindFusion.Charting.Wpf Namespace