Back to Devexpress

BootstrapChartAxisLabelSettings Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-3bf776a8.md

latest1.8 KB
Original Source

BootstrapChartAxisLabelSettings Class

Stores settings of a Chart control’s axis labels.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartAxisLabelSettings :
    JsonProperties,
    IClientCustomModifier
vb
Public Class BootstrapChartAxisLabelSettings
    Inherits JsonProperties
    Implements IClientCustomModifier

The following members return BootstrapChartAxisLabelSettings objects:

Remarks

Axis labels display the values of major axis ticks.

Inheritance

Object StateManager PropertiesBase DevExpress.Web.Bootstrap.Internal.JsonProperties BootstrapChartAxisLabelSettings BootstrapPolarChartAxisLabelSettings

See Also

BootstrapChartAxisLabelSettings Members

DevExpress.Web.Bootstrap Namespace