Class ChartAreaType
Specifies the area type of chart.
Inheritance
System.Object
ChartAreaType
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class ChartAreaType : Enum
Fields
CartesianAxes
Defines the cartesian axes area type.
Declaration
public const ChartAreaType CartesianAxes
Field Value
Type |
---|
ChartAreaType |
PolarAxes
Defines the polar axes area type.
Declaration
public const ChartAreaType PolarAxes
Field Value
Type |
---|
ChartAreaType |