Skip to main content

BootstrapPolarChartArgumentAxis Class

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v23.2.dll

NuGet Package: DevExpress.Web.Bootstrap

Declaration

public class BootstrapPolarChartArgumentAxis :
    BootstrapPolarChartAxisSettingsBase,
    IArgumentAxis

The following members return BootstrapPolarChartArgumentAxis 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