Back to Devexpress

BootstrapPolarChartValueAxis Class

aspnetbootstrap-devexpress-dot-web-dot-bootstrap-6ece4b7f.md

latest3.0 KB
Original Source

BootstrapPolarChartValueAxis Class

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

Namespace : DevExpress.Web.Bootstrap

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

NuGet Package : DevExpress.Web.Bootstrap

Declaration

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

See Also

BootstrapPolarChartValueAxis Members

Polar Chart

Axes

DevExpress.Web.Bootstrap Namespace