AllowDecimals(JS)
|
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allowDecimals option.
|
AllowDecimals(Boolean)
|
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allowDecimals option.
|
Color(JS)
|
Specifies the color of the line that represents an axis. Mirrors the client-side color option.
|
Color(String)
|
Specifies the color of the line that represents an axis. Mirrors the client-side color option.
|
ConstantLineStyle(Action<PolarChartCommonAxisSettingsConstantLineStyleBuilder>)
|
Specifies the appearance of all the UI component's constant lines. Mirrors the client-side constantLineStyle object.
|
DiscreteAxisDivisionMode(DiscreteAxisDivisionMode)
|
Specifies whether ticks/grid lines of a discrete axis are located between labels or cross the labels. Mirrors the client-side discreteAxisDivisionMode option.
|
EndOnTick(JS)
|
Specifies whether to force the axis to start and end on ticks. Mirrors the client-side endOnTick option.
|
EndOnTick(Boolean)
|
Specifies whether to force the axis to start and end on ticks. Mirrors the client-side endOnTick option.
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
GetHashCode()
|
Serves as the default hash function.
|
GetType()
|
Gets the Type of the current instance.
|
Grid(Action<PolarChartCommonAxisSettingsGridBuilder>)
|
An object defining the configuration properties for the grid lines of an axis in the PolarChart UI component. Mirrors the client-side grid object.
|
Inverted(JS)
|
Indicates whether or not an axis is inverted. Mirrors the client-side inverted option.
|
Inverted(Boolean)
|
Indicates whether or not an axis is inverted. Mirrors the client-side inverted option.
|
Label(Action<PolarChartCommonAxisSettingsLabelBuilder>)
|
An object defining the label configuration properties that are common for all axes in the PolarChart UI component. Mirrors the client-side label object.
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
MinorGrid(Action<PolarChartCommonAxisSettingsMinorGridBuilder>)
|
Specifies the properties of the minor grid. Mirrors the client-side minorGrid object.
|
MinorTick(Action<PolarChartCommonAxisSettingsMinorTickBuilder>)
|
Specifies the properties of the minor ticks. Mirrors the client-side minorTick object.
|
Opacity(JS)
|
Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option.
|
Opacity(Double)
|
Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option.
|
Option(String, Object)
|
Specifies an option by its name.
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
StripStyle(Action<PolarChartCommonAxisSettingsStripStyleBuilder>)
|
An object defining configuration properties for strip style. Mirrors the client-side stripStyle object.
|
Tick(Action<PolarChartCommonAxisSettingsTickBuilder>)
|
An object defining the configuration properties for axis ticks. Mirrors the client-side tick object.
|
ToString()
|
Returns a string that represents the current object.
|
Visible(JS)
|
Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option.
|
Visible(Boolean)
|
Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option.
|
Width(JS)
|
Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option.
|
Width(Double)
|
Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option.
|