#Subtitle
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Align | The horizontal alignment of the subtitle. Can be one of 'left', 'center' and 'right'. Default: center | null |
| Nullable | Floating | When the subtitle is floating, the plot area will not move to make space for it. Default: false | null |
| String | Style | CSS styles for the title. Exact positioning of the title can be achieved by changing the margin property, or by adding position: 'absolute' and left and top properties. Defaults to: <pre>{ color: '#3E576F'}</pre> |
null |
| String | Text | The subtitle of the chart. | null |
| Nullable | UseHTML | Whether to use HTML to render the subtitle text. Using HTML allows for advanced formatting, images and reliable bi-directional text rendering. Note that exported images won't respect the HTML, , and that HTML won't respect Z-index settings. Default: false | null |
| Nullable | VerticalAlign | The vertical alignment of the title. Can be one of 'top', 'middle' and 'bottom'. Default: top | null |
| Nullable | X | The x position of the subtitle relative to the alignment within chart.spacingLeft and chart.spacingRight. Default: 0 | null |
| Nullable | Y | The y position of the subtitle relative to the alignment within chart.spacingTop and chart.spacingBottom. Default: 30 | 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.
