#Title

##Properties

Datatype Property name Property description Default Value
Nullable Align The horizontal alignment of the title. Can be one of 'left', 'center' and 'right'. Default: center null
Nullable Floating When the title is floating, the plot area will not move to make space for it. Default: false null
Nullable Margin The margin between the title and the plot area, or if a subtitle is present, the margin between the subtitle and the plot area. Default: 15 null
String Style CSS styles for the title. Use this for font styling, but use align, x and yfor text alignment. Defaults to: <pre>{ color: '#3E576F', fontSize: '16px'}</pre> null
String Text The title of the chart. To disable the title, set the text to null. Default: Chart title null
Nullable UseHTML Whether to use HTML to render the title 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 title relative to the alignment within chart.spacingLeft and chart.spacingRight. Default: 0 null
Nullable Y The y position of the title relative to the alignment within chart.spacingTop and chart.spacingBottom. Default: 15 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.