Class SeriesCategories
Specifies the series categories type.
Inheritance
System.Object
SeriesCategories
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public sealed class SeriesCategories : Enum
Fields
Indicator
Defines the iondicator type of series categories.
Declaration
public const SeriesCategories Indicator
Field Value
Type |
---|
SeriesCategories |
Pareto
Defines the pareto type of series categories.
Declaration
public const SeriesCategories Pareto
Field Value
Type |
---|
SeriesCategories |
Series
Defines the series type of series categories.
Declaration
public const SeriesCategories Series
Field Value
Type |
---|
SeriesCategories |
TrendLine
Defines the trend line type of series categories.
Declaration
public const SeriesCategories TrendLine
Field Value
Type |
---|
SeriesCategories |