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

BootstrapRangeSelectorChart.ValueAxis Property

Specifies value axis options for a chart control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapRangeSelectorChartValueAxis ValueAxis { get; }

Property Value

Type Description
BootstrapRangeSelectorChartValueAxis

A BootstrapRangeSelectorChartValueAxis object containing options related to the value axis.

See Also