Class ChartAreaType
Identifies axes types enumeration.
Inheritance
System.Object
ChartAreaType
Namespace: Syncfusion.UI.Xaml.Charts
Assembly: Syncfusion.SfChart.WPF.dll
Syntax
public sealed class ChartAreaType : Enum
Examples
Intended for internal use
Fields
CartesianAxes
Cartesian axis.
Declaration
public const ChartAreaType CartesianAxes
Field Value
Type |
---|
ChartAreaType |
None
Represents No axis.
Declaration
public const ChartAreaType None
Field Value
Type |
---|
ChartAreaType |
PolarAxes
Polar axis.
Declaration
public const ChartAreaType PolarAxes
Field Value
Type |
---|
ChartAreaType |