PolarChartCommonAxisSettingsBuilder Methods
Provides methods that allow you to configure nested options of the client-side commonAxisSettings object.Name | Description |
---|---|
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. Inherited from Object. |
Equals(Object) | Determines whether the specified object is equal to the current object. Inherited from Object. |
GetHashCode() | Serves as the default hash function. Inherited from Object. |
GetType() | Gets the Type of the current instance. Inherited from Object. |
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. Inherited from 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. Inherited from Object. |
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. Inherited from 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. |
See Also