BootstrapRangeSelectorChart.ValueAxis Property
Specifies value axis options for a chart control.
Namespace: DevExpress.Web.Bootstrap
Assembly: DevExpress.Web.Bootstrap.v24.1.dll
NuGet Package: DevExpress.Web.Bootstrap
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