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

ChartAxis Class

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

Namespace: DevExpress.DashboardCommon

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

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