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

DxChartSeries<T, TArgument, TValue, TAggregate, 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, TAggregate, TModel> :
    DxChartSeries
    where TModel : ChartSeriesModel<T, TArgument, TValue, TAggregate>, new()

Type Parameters

Name Description
T

The type of data.

TArgument

The type of series arguments.

TValue

The type of series values.

TAggregate

The type of values processed by an aggregation method.

TModel

The type of series model data.

See Also