Skip to main content
All docs
V21.1

DxChartSeries<T, TArgument, TValue, TModel> Class

A base class that implements the common series functionality.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v21.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxChartSeries<T, TArgument, TValue, TModel> :
    DxChartSeries<T, TArgument, TValue, TValue, TModel>
    where TModel : ChartSeriesModel<T, TArgument, TValue, TValue>, new()

Type Parameters

Name Description
T

The type of data.

TArgument

The type of series arguments.

TValue

The type of series values.

TModel

The type of series model data.

See Also