Enum SeriesValueType
Specifies the series type of chart.
Namespace: Syncfusion.Blazor.Charts
Assembly: Syncfusion.Blazor.dll
Syntax
public enum SeriesValueType
Fields
| Name | Description |
|---|---|
| BoxPlot | Defines the box plot series type of chart. |
| HighLow | Defines the high low series type of chart. |
| HighLowOpenClose | Defines the high low open close series type of chart. |
| XY | Defines the xy series type of chart. |