Skip to main content

BootstrapChartAxisLabelSettings Class

Stores settings of a Chart control’s axis labels.

Namespace: DevExpress.Web.Bootstrap

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

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapChartAxisLabelSettings :
    JsonProperties,
    IClientCustomModifier

The following members return BootstrapChartAxisLabelSettings objects:

Remarks

Axis labels display the values of major axis ticks.

BootstrapChart_Labels

Inheritance

Object
StateManager
PropertiesBase
DevExpress.Web.Bootstrap.Internal.JsonProperties
BootstrapChartAxisLabelSettings
See Also