Skip to main content
A newer version of this page is available. .

DxChartXYSeries<T, TArgument, TValue, TAggregate> Class

Implements the base API for series on a Cartesian plane.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v22.1.dll

NuGet Package: DevExpress.Blazor

Declaration

public abstract class DxChartXYSeries<T, TArgument, TValue, TAggregate> :
    DxChartSeries

Type Parameters

Name Description
T

The type of data.

TArgument

The type of arguments.

TValue

The type of values.

TAggregate

The type of values for series that can have more than 2 arguments of different types.

Inheritance

Show 37 items
Object
ComponentBase
DxSettingsComponent<DevExpress.Blazor.Internal.IXYChartSeriesModel>
DxComplexSettingsComponent<DxChartSeries, DevExpress.Blazor.Internal.IXYChartSeriesModel>
See Also