Skip to main content
A newer version of this page is available.
All docs
V20.2

DxChartSeries<T, TArgument, TValue, TModel> Class

A base class that implements the common series functionality.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v20.2.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>, 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