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

BootstrapPolarChart.ArgumentAxis Property

Specifies argument axis options for the Polar Chart control.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

[PersistenceMode(PersistenceMode.InnerProperty)]
public BootstrapPolarChartArgumentAxis ArgumentAxis { get; }

Property Value

Type Description
BootstrapPolarChartArgumentAxis

A BootstrapPolarChartArgumentAxis object containing options related to the Polar Chart’s argument 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 ArgumentAxis properties. To define the value axis, use the BootstrapCoordinateSystemChartCssClasses.ValueAxis property.

The BootstrapChart.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 ArgumentAxis or BootstrapCoordinateSystemChartCssClasses.ValueAxis property) overrides the value specified through the BootstrapChart.SettingsCommonAxis property.

See Also