Class SeriesValueType
Specifies the series type of chart.
Inheritance
System.Object
SeriesValueType
Namespace: Syncfusion.Blazor.Toolkit
Assembly: Syncfusion.Blazor.Toolkit.dll
Syntax
public sealed class SeriesValueType : Enum
Fields
BoxPlot
Defines the box plot series type of chart.
Declaration
public const SeriesValueType BoxPlot
Field Value
| Type |
|---|
| SeriesValueType |
HighLow
Defines the high low series type of chart.
Declaration
public const SeriesValueType HighLow
Field Value
| Type |
|---|
| SeriesValueType |
HighLowOpenClose
Defines the high low open close series type of chart.
Declaration
public const SeriesValueType HighLowOpenClose
Field Value
| Type |
|---|
| SeriesValueType |
XY
Defines the xy series type of chart.
Declaration
public const SeriesValueType XY
Field Value
| Type |
|---|
| SeriesValueType |