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

BootstrapPolarChartValueAxis Class

Stores settings of the Polar Chart control’s value axis.

Namespace: DevExpress.Web.Bootstrap

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

Declaration

public class BootstrapPolarChartValueAxis :
    BootstrapPolarChartAxisSettingsBase,
    IValueAxis

The following members return BootstrapPolarChartValueAxis objects:

Remarks

For charting, 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 BootstrapPolarChartArgumentAxis class. To define the value axis, use the BootstrapPolarChartValueAxis class. To set the properties of all axes to a common value, use the BootstrapPolarChartAxisSettingsBase class. This class exposes the properties that can be specified for all axes simultaneously. Note that the value specified for an axis individually (in the BootstrapPolarChartArgumentAxis or BootstrapPolarChartValueAxis class) overrides the value specified in the BootstrapPolarChartAxisSettingsBase class.

Inheritance

Object
StateManager
CollectionItem
DevExpress.Web.Bootstrap.Internal.JsonCollectionItem
See Also