Wijmo UI for the Web
chart_axis Interface
Browser Compatibility
7
5
5
Fields
 NameDescription
 Fieldalignment

Sets the alignment of the X axis title text.

 
 FieldannoFormatStringThe annoFormatString option uses Standard Numeric Format Strings to provide formatting for numeric values in axis labels.  
 FieldannoMethod

The annoMethod option indicates how to label values along the axis.

 
 FieldautoMajor

A value that indicates whether to calculate the major tick mark values automatically.

 
 FieldautoMaxThis option is obsolete. The maximum value is automatically calculated by default, and this automation is now turned off when you change the max option.  
 FieldautoMinThis option is obsolete. The minimum value is automatically calculated by default, and this automation is now turned off when you change the min option.  
 FieldautoMinor

A value that indicates whether to calculate the minor tick mark values automatically

 
 Fieldcompass

A value that indicates where to draw the X axis using the four points of a compass.

 
 FieldgridMajor

Type: wijmo.chart.chart_axis_grid

A value that provides information for the major grid line.

 
 FieldgridMinor

Type: wijmo.chart.chart_axis_grid

A value that provides information for the minor grid line.

 
 Fieldlabels

Type: wijmo.chart.chart_axis_label

A value that provides information for the labels.

 
 Fieldmax

A value that indicates the maximum value of the axis.

Default Value: null

Data Type: double nullable

 
 Fieldmin

A value that indicates the minimum value of the axis.

Default Value: null

Data Type: double nullable

 
 Fieldorigin

A value that indicates the origin value of the X axis.

 
 Fieldstyle

A value that indicates the style of the X axis.

 
 Fieldtext

Sets the text to use for the X axis title.

 
 FieldtextStyle

A value that indicates the style of text of the X axis.

 
 FieldtextVisible

A value that indicates the visibility of the X axis text.

 
 FieldtickMajor

Type: wijmo.chart.chart_axis_tick

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.

 
 FieldtickMinor

Type: wijmo.chart.chart_axis_tick

A value that provides information for the minor tick.

 
 FieldunitMajor

A value that indicates the units between major tick marks.

 
 FieldunitMinor

A value that indicates the units between minor tick marks.

 
 FieldvalueLabels

The valueLabels option shows a collection of valueLabels for the X axis.

 
 Fieldvisible

A value that indicates the visibility of the X axis.

 
Top
See Also

Reference

wijmo.chart Namespace

 

 


© 2013 All Rights Reserved.

Send comments on this topic.