Skip to main content

BootstrapChartCommonAxisSettings Class

Stores settings common for all axes of a Chart control.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public abstract class BootstrapChartCommonAxisSettings :
    JsonCollectionItem

The following members return BootstrapChartCommonAxisSettings objects:

Remarks

The BootstrapChartCommonAxisSettings class specifies common settings for all axes in a chart. To configure a particular axis, use the BootstrapChartArgumentAxis or BootstrapChartValueAxis classes. Axis-specific settings override common settings.

See Also