Skip to main content

BootstrapChartAxisSettings Class

Stores settings of the Chart control’s axis.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartAxisSettings :
    BootstrapChartAxisSettingsBase

Remarks

BootstrapChart-Axes

The BootstrapChartAxisSettings class configures the axis individually. To specify common settings for all axes in a chart, use the BootstrapChartCommonAxisSettings class. Axis-specific settings override common settings.

See Also