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

BootstrapPolarChart.ValueAxis Property

Specifies value axis options for the Polar Chart control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

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

Property Value

Type Description
BootstrapPolarChartValueAxis

A BootstrapPolarChartValueAxis object containing options related to the Polar Chart’s value axis.

Remarks

The polar coordinate system is used to determine each point uniquely on a plane through two numbers, the argument and the value of the point. Circular and straight lines (the axis of arguments and the axis of values) are specified to define the coordinates. To define the argument axis, use the BootstrapPolarChart.ArgumentAxis properties. To define the value axis, use the ValueAxis property.

The BootstrapPolarChart.SettingsCommonAxis property allows you to set the properties of all axes to a common value. Note that a value specified for an axis individually (through the BootstrapPolarChart.ArgumentAxis or ValueAxis property) overrides the value specified through the BootstrapPolarChart.SettingsCommonAxis property.

See Also