ChartCommonAxisSettingsBuilder Methods
Provides methods that allow you to configure nested options of the client-side commonAxisSettings object.
Name | Description |
---|---|
Aggregated |
Specifies the start position of the aggregated series points in the aggregation interval. Applies only to axes of continuous and logarithmic types. Mirrors the client-side aggregated |
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 |
Break |
Configures the scale breaks' appearance. Mirrors the client-side break |
Color |
Specifies the color of the axis line. Mirrors the client-side color option. |
Color |
Specifies the color of the axis line. Mirrors the client-side color option. |
Constant |
Configures the appearance of all constant lines in the UI component. Mirrors the client-side constant |
Discrete |
Specifies whether ticks and grid lines should cross axis labels or lie between them. Applies only to the axes of the 'discrete' type. 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 |
Configures the grid. Mirrors the client-side grid object. |
Inverted |
Inverts the axis. Mirrors the client-side inverted option. |
Inverted |
Inverts the axis. Mirrors the client-side inverted option. |
Label |
Configures axis labels. Mirrors the client-side label object. |
Max |
Controls the empty space between the maximum series points and the axis. Applies only to the axes of the 'continuous' and 'logarithmic' type. Mirrors the client-side max |
Max |
Controls the empty space between the maximum series points and the axis. Applies only to the axes of the 'continuous' and 'logarithmic' type. Mirrors the client-side max |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Minor |
Configures the minor grid. Mirrors the client-side minor |
Minor |
Configures the appearance of minor axis ticks. Mirrors the client-side minor |
Min |
Controls the empty space between the minimum series points and the axis. Applies only to the axes of the 'continuous' and 'logarithmic' type. Mirrors the client-side min |
Min |
Controls the empty space between the minimum series points and the axis. Applies only to the axes of the 'continuous' and 'logarithmic' type. Mirrors the client-side min |
Opacity |
Specifies how transparent the axis line should be. Mirrors the client-side opacity option. |
Opacity |
Specifies how transparent the axis line should be. Mirrors the client-side opacity option. |
Option |
Specifies an option by its name. |
Placeholder |
Reserves a pixel-measured space for the axis. Mirrors the client-side placeholder |
Placeholder |
Reserves a pixel-measured space for the axis. Mirrors the client-side placeholder |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Strip |
Configures the appearance of strips. Mirrors the client-side strip |
Tick |
Configures the appearance of major axis ticks. Mirrors the client-side tick object. |
Title |
Configures axis titles. Mirrors the client-side title object. |
To |
Returns a string that represents the current object. Inherited from Object. |
Value |
Adds an empty space between the axis and the minimum and maximum series points. Mirrors the client-side value |
Value |
Adds an empty space between the axis and the minimum and maximum series points. Mirrors the client-side value |
Visible |
Makes the axis line visible. Mirrors the client-side visible option. |
Visible |
Makes the axis line visible. Mirrors the client-side visible option. |
Width |
Specifies the width of the axis line in pixels. Mirrors the client-side width option. |
Width |
Specifies the width of the axis line in pixels. Mirrors the client-side width option. |
See Also