Skip to main content
All docs
V26.1
  • DxChartXYSeries<T, TArgument, TValue, TAggregate> Class

    Implements the base API for series on a Cartesian plane.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.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 35 items
    Object
    ComponentBase
    DxSettingsComponent<DevExpress.Blazor.Internal.IXYChartSeriesModel>
    See Also