Class ChartType
Specifies the charttype of the layout.
Inheritance
System.Object
ChartType
Namespace: Syncfusion.UI.Xaml.Diagram
Assembly: Syncfusion.SfDiagram.WPF.dll
Syntax
public sealed class ChartType : Enum
Fields
Alternate
Specifies the type of the chart as Alternate either left or right.
Declaration
public const ChartType Alternate
Field Value
Type |
---|
ChartType |
Center
Specifies the type of the chart as Center.
Declaration
public const ChartType Center
Field Value
Type |
---|
ChartType |
Left
Specifies the type of the chart as Left.
Declaration
public const ChartType Left
Field Value
Type |
---|
ChartType |
Right
Specifies the type of the chart as Right.
Declaration
public const ChartType Right
Field Value
Type |
---|
ChartType |