Stores settings of the Polar Chart control's argument axis.
Name | Description |
---|---|
ArgumentType(Type) |
Sets the type of argument values. |
AxisDivisionFactor(Int32) |
Specifies the minimum distance between two neighboring major ticks in pixels. Applies only to the axes of the "continuous" and "logarithmic" types. |
Categories(String[]) |
Specifies the order in which arguments (categories) are arranged on the discrete argument axis. |
ConstantLineCollection(Action<BootstrapChartConstantLineCollectionBuilder>) |
Provides access to a collection of constant lines belonging to the axis. |
ConstantLineStyle(Action<ConstantLineCommonStyleBuilder>) | |
DiscreteAxisDivisionMode(DiscreteAxisDivisionMode) |
Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the "discrete" type. |
FirstPointOnStartAngle(Boolean) |
Specifies whether to display the first point at the angle specified using the BootstrapPolarChartArgumentAxis.StartAngle method. |
GridVisible(Nullable<Boolean>) |
Specifies whether grid lines are visible. |
HoverMode(ArgumentAxisHoverMode) |
Specifies the elements that will be highlighted when the argument axis is hovered over. |
Inverted(Boolean) |
Inverts the axis. |
Label(Action<BootstrapPolarChartAxisLabelSettingsBuilder>) |
An object defining the label configuration options that are common for all axes in the Polar Chart widget. |
LogarithmBase(Int32) |
Specifies the value to be raised to a power when generating ticks for an axis of the logarithmic type. |
MaxValueMargin(Nullable<Double>) | |
MinValueMargin(Nullable<Double>) | |
MinorGridVisible(Nullable<Boolean>) |
Specifies whether the minor grid is visible. |
MinorTickCount(Int32) |
Specifies how many minor ticks to place between two neighboring major ticks. |
MinorTickInterval(Decimal) |
Specifies the interval between minor ticks. |
MinorTickIntervalUnit(VizTimeInterval) |
Specifies the measurement unit of the minor tick interval. |
MinorTickLength(Int32) |
Specifies the length of minor ticks in pixels. |
MinorTickVisible(Nullable<Boolean>) |
Specifies whether minor ticks are visible. |
OriginValue(Decimal) |
Specifies the value to be used as the origin for the argument axis. |
Period(Decimal) |
Specifies the period of the argument values in the data source. |
StartAngle(Decimal) |
Specifies the angle in arc degrees to which the argument axis should be rotated. The positive values rotate the axis clockwise. |
StripCollection(Action<BootstrapChartStripCollectionBuilder>) |
Declares a collection of strips belonging to the argument axis. |
TickInterval(Decimal) |
Specifies the interval between axis ticks. |
TickIntervalUnit(VizTimeInterval) |
Specifies the measurement unit of the interval between axis ticks. |
TickLength(Int32) |
Specifies the length of ticks in pixels. |
TickVisible(Nullable<Boolean>) |
Specifies whether ticks are visible. |
Type(AxisScaleType) |
Specifies the type of the axis. |
ValueMarginsEnabled(Boolean) |
Adds an empty space between the axis and the minimum and maximum series points. |
Visible(Boolean) |
Specifies whether the axis line is visible. |