Skip to main content

ChartAxis Class

Serves as the base class for classes that represent chart axes.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v23.2.Core.dll

NuGet Package: DevExpress.Dashboard.Core

Declaration

public abstract class ChartAxis :
    IFormatOwnerContext

Remarks

The ChartAxis class provides settings that allow you to specify the axis visibility (ChartAxis.Visible) and title (ChartAxis.Title).

See Also