Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

DxChartXYSeries<T, TArgument, TValue, TAggregate> Class

Implements the base API for series on a Cartesian plane.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

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