Skip to main content
All docs
V24.1

DxPolarChartBaseSeries<T, TArgument, TValue> Class

Contains the base API for classes that implement series.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxPolarChartBaseSeries<T, TArgument, TValue> :
    DxComplexSettingsComponent<DxPolarChartBaseSeries<T, TArgument, TValue>, IPolarChartSeriesModel>,
    IModelProvider<ChartSeriesLabelModel>,
    IModelProvider<ChartSeriesPointModel>,
    IModelProvider<ChartSeriesLegendItemModel>,
    IPolarChartSeries,
    IChartSeriesBase

Type Parameters

Name Description
T

The data type.

TArgument

The series argument type.

TValue

The series value type.

Remarks

Refer to the following help topic for more information and examples: Polar Chart - Series

See Also