#XAxisTitle

##Properties

Datatype Property name Property description Default Value
Nullable Align Alignment of the title relative to the axis values. Possible values are 'low', 'middle' or 'high'. Default: middle null
String Enabled   null
Nullable Margin The pixel distance between the axis labels or line and the title. Defaults to 0 for horizontal axes, 10 for vertical null
Nullable Offset The distance of the axis title from the axis line. By default, this distance is computed from the offset width of the labels, the labels' distance from the axis and the title's margin. However when the offset option is set, it overrides all this. null
Nullable Rotation The rotation of the text in degrees. 0 is horizontal, 270 is vertical reading from bottom to top. Default: 0 null
String Style CSS styles for the title. When titles are rotated they are rendered using vector graphic techniques and not all styles are applicable. Defaults to: <pre>style: { color: '#6D869F', fontWeight: 'bold'}</pre> null
String Text The actual text of the axis title. It can contain basic HTML text markup like <b>, <i> and spans with style. null

##Methods

###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.

Parameters:

Returns:

true if the specified System.Object is equal to the current System.Object; otherwise, false.


###GetHashCode() Serves as a hash function for a particular type.

Returns:

A hash code for the current System.Object.


###GetType() Gets the System.Type of the current instance.

Returns:

The System.Type instance that represents the exact runtime type of the current instance.


###ToString() Returns a System.String that represents the current System.Object.

Returns:

A System.String that represents the current System.Object.