PolarChartCommonAxisSettingsBuilder Members
In This Article
#Constructors
Name | Description |
---|---|
Polar |
For internal use only. Initializes a new Polar |
#Methods
Name | Description |
---|---|
Allow |
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allow |
Allow |
Specifies whether to allow decimal values on the axis. When false, the axis contains integer values only. Mirrors the client-side allow |
Color |
Specifies the color of the line that represents an axis. Mirrors the client-side color option. |
Color |
Specifies the color of the line that represents an axis. Mirrors the client-side color option. |
Constant |
Specifies the appearance of all the UI component's constant lines. Mirrors the client-side constant |
Discrete |
Specifies whether ticks/grid lines of a discrete axis are located between labels or cross the labels. Mirrors the client-side discrete |
End |
Specifies whether to force the axis to start and end on ticks. Mirrors the client-side end |
End |
Specifies whether to force the axis to start and end on ticks. Mirrors the client-side end |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Grid |
An object defining the configuration properties for the grid lines of an axis in the Polar |
Inverted |
Indicates whether or not an axis is inverted. Mirrors the client-side inverted option. |
Inverted |
Indicates whether or not an axis is inverted. Mirrors the client-side inverted option. |
Label |
An object defining the label configuration properties that are common for all axes in the Polar |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Minor |
Specifies the properties of the minor grid. Mirrors the client-side minor |
Minor |
Specifies the properties of the minor ticks. Mirrors the client-side minor |
Opacity |
Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option. |
Opacity |
Specifies the opacity of the line that represents an axis. Mirrors the client-side opacity option. |
Option |
Specifies an option by its name. |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Strip |
An object defining configuration properties for strip style. Mirrors the client-side strip |
Tick |
An object defining the configuration properties for axis ticks. Mirrors the client-side tick object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Visible |
Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option. |
Visible |
Indicates whether or not the line that represents an axis in a chart is visible. Mirrors the client-side visible option. |
Width |
Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option. |
Width |
Specifies the width of the line that represents an axis in the chart. Mirrors the client-side width option. |
See Also