Back to Devexpress

BootstrapPolarChartArgumentAxis Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4fd552d7.md

latest3.0 KB
Original Source

BootstrapPolarChartArgumentAxis Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

csharp
public class BootstrapPolarChartArgumentAxis :
    BootstrapPolarChartAxisSettingsBase,
    IArgumentAxis
vb
Public Class BootstrapPolarChartArgumentAxis
    Inherits BootstrapPolarChartAxisSettingsBase
    Implements 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 BootstrapChartCommonAxisSettings BootstrapPolarChartAxisSettingsBase BootstrapPolarChartArgumentAxis

See Also

BootstrapPolarChartArgumentAxis Members

Polar Chart

Axes

DevExpress.Web.Bootstrap Namespace