blazor-devexpress-dot-blazor-dot-dxpolarchartbaseseries-3.md
Contains the base API for classes that implement series.
Namespace : DevExpress.Blazor
Assembly : DevExpress.Blazor.v25.2.dll
NuGet Package : DevExpress.Blazor
public abstract class DxPolarChartBaseSeries<T, TArgument, TValue> :
DxComplexSettingsComponent<DxPolarChartBaseSeries<T, TArgument, TValue>, IPolarChartSeriesModel>,
IModelProvider<ChartSeriesLabelModel>,
IModelProvider<ChartSeriesPointModel>,
IModelProvider<ChartSeriesLegendItemModel>,
IPolarChartSeries,
IChartSeriesBase
| Name | Description |
|---|---|
| T |
The data type.
| | TArgument |
The series argument type.
| | TValue |
The series value type.
|
Refer to the following help topic for additional information and examples: Polar Chart - Series
Object ComponentBase DxSettingsComponent<DevExpress.Blazor.Internal.IPolarChartSeriesModel> DxComplexSettingsComponent<DxPolarChartBaseSeries<T, TArgument, TValue>, DevExpress.Blazor.Internal.IPolarChartSeriesModel> DxPolarChartBaseSeries<T, TArgument, TValue> DxPolarChartAreaSeries<T, TArgument, TValue>
DxPolarChartBarSeries<T, TArgument, TValue>
DxPolarChartLineSeries<T, TArgument, TValue>
DxPolarChartScatterSeries<T, TArgument, TValue>
DxPolarChartStackedBarSeries<T, TArgument, TValue>
See Also