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

DxChartAxis<T> Class

Implements the base API for DxChart axes.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public abstract class DxChartAxis<T> :
    DxChartAxisBase<T>,
    IModelProvider<ChartAxisTitleModel>,
    IModelProvider<ChartScaleBreakModel>,
    IModelProvider<ChartAxisLabelBaseModel>,
    IModelProvider<ChartAxisRangeModel>,
    IModelProvider<ChartAxisStripModel>
    where T : ChartAxisModel<T>

Type Parameters

Name Description
T

The type of series model data (for internal use only).

See Also