BootstrapChartValueAxis Class
In This Article
Stores settings of the Chart control’s value axis.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.2.dll
NuGet Package: DevExpress.Web.Bootstrap
#Declaration
public class BootstrapChartValueAxis :
BootstrapChartAxisSettings,
IValueAxis
#Related API Members
The following members return BootstrapChartValueAxis objects:
#Remarks
The BootstrapChartValueAxis class configures the value 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
BootstrapChartValueAxis
See Also