wijmo.chart Namespace : chart_axis Interface |
Name | Description | |
---|---|---|
![]() | alignment | Sets the alignment of the X axis title text. |
![]() | annoFormatString | The annoFormatString option uses Standard Numeric Format Strings to provide formatting for numeric values in axis labels. |
![]() | annoMethod | The annoMethod option indicates how to label values along the axis. |
![]() | autoMajor | A value that indicates whether to calculate the major tick mark values automatically. |
![]() | autoMax | This option is obsolete. The maximum value is automatically calculated by default, and this automation is now turned off when you change the max option. |
![]() | autoMin | This option is obsolete. The minimum value is automatically calculated by default, and this automation is now turned off when you change the min option. |
![]() | autoMinor | A value that indicates whether to calculate the minor tick mark values automatically |
![]() | compass | A value that indicates where to draw the X axis using the four points of a compass. |
![]() | gridMajor | A value that provides information for the major grid line. |
![]() | gridMinor | A value that provides information for the minor grid line. |
![]() | labels | A value that provides information for the labels. |
![]() | max | A value that indicates the maximum value of the axis. Default Value: null Data Type: double nullable |
![]() | min | A value that indicates the minimum value of the axis. Default Value: null Data Type: double nullable |
![]() | origin | A value that indicates the origin value of the X axis. |
![]() | style | A value that indicates the style of the X axis. |
![]() | text | Sets the text to use for the X axis title. |
![]() | textStyle | A value that indicates the style of text of the X axis. |
![]() | textVisible | A value that indicates the visibility of the X axis text. |
![]() | tickMajor | Creates an object with all of the settings to use in drawing tick marks that appear next to the numeric labels for major values along the X axis. |
![]() | tickMinor | A value that provides information for the minor tick. |
![]() | unitMajor | A value that indicates the units between major tick marks. |
![]() | unitMinor | A value that indicates the units between minor tick marks. |
![]() | valueLabels | The valueLabels option shows a collection of valueLabels for the X axis. |
![]() | visible | A value that indicates the visibility of the X axis. |