Back to Devexpress

BootstrapChartArgumentAxis Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-91ea9e8c.md

latest2.3 KB
Original Source

BootstrapChartArgumentAxis Class

Stores settings of the Chart control’s argument axis.

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapChartArgumentAxis :
    BootstrapChartAxisSettings,
    IArgumentAxis
vb
Public Class BootstrapChartArgumentAxis
    Inherits BootstrapChartAxisSettings
    Implements IArgumentAxis

The following members return BootstrapChartArgumentAxis objects:

Remarks

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

Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonAxisSettings BootstrapChartAxisSettingsBase BootstrapChartAxisSettings BootstrapChartArgumentAxis

See Also

BootstrapChartArgumentAxis Members

Chart

Axes

DevExpress.Web.Bootstrap Namespace