Back to Devexpress

DxPolarChartBaseSeries<T, TArgument, TValue> Class

blazor-devexpress-dot-blazor-dot-dxpolarchartbaseseries-3.md

latest2.8 KB
Original Source

DxPolarChartBaseSeries<T, TArgument, TValue> Class

Contains the base API for classes that implement series.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Type Parameters

NameDescription
T

The data type.

| | TArgument |

The series argument type.

| | TValue |

The series value type.

|

Remarks

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

Implements

IComponent

IHandleEvent

IHandleAfterRender

IDisposable

IPolarChartSeries

IChartSeriesBase

Inheritance

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

DxPolarChartBaseSeries<T, TArgument, TValue> Members

DevExpress.Blazor Namespace