aspnetbootstrap-devexpress-dot-web-dot-bootstrap-4fd552d7.md
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
public class BootstrapPolarChartArgumentAxis :
BootstrapPolarChartAxisSettingsBase,
IArgumentAxis
Public Class BootstrapPolarChartArgumentAxis
Inherits BootstrapPolarChartAxisSettingsBase
Implements IArgumentAxis
The following members return BootstrapPolarChartArgumentAxis objects:
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.
Object StateManager CollectionItem DevExpress.Web.Bootstrap.Internal.JsonCollectionItem BootstrapChartCommonAxisSettings BootstrapPolarChartAxisSettingsBase BootstrapPolarChartArgumentAxis
See Also