#YAxisTitle
##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 and the title. Positive values are outside the axis line, negative are inside. Default: 40 | 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: 270 | 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. Horizontal texts can contain HTML, but rotated texts are painted using vector techniques and must be clean text. The Y axis title is disabled by setting the text option to null. Default: Values |
null |
##Methods
###Equals(System.Object) Determines whether the specified System.Object is equal to the current System.Object.
Parameters:
- System.Object obj - The System.Object to compare with the current System.Object.
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.
