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

BootstrapChartArgumentAxis Class

Stores settings of the Chart control’s argument axis.

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public class BootstrapChartArgumentAxis :
    BootstrapChartAxisSettings,
    IArgumentAxis

The following members return BootstrapChartArgumentAxis objects:

Remarks

BootstrapChart-Axes

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

Inheritance

See Also