#YAxisPlotBandsLabel
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Align | Horizontal alignment of the label. Can be one of 'left', 'center' or 'right'. Default: center | null |
| Nullable | Rotation | Rotation of the text label in degrees . Default: 0 | null |
| String | Style | CSS styles for the text label. | null |
| String | Text | The string text itself. A subset of HTML is supported. | null |
| Nullable | TextAlign | The text alignment for the label. While align determines where the texts anchor point is placed within the plot band, textAlign determines how the text is aligned against its anchor point. Possible values are 'left', 'center' and 'right'. Defaults to the same as the align option. |
null |
| Nullable | VerticalAlign | Vertical alignment of the label relative to the plot band. Can be one of 'top', 'middle' or 'bottom'. Default: top | null |
| Nullable | X | Horizontal position relative the alignment. Default varies by orientation. | null |
| Nullable | Y | Vertical position of the text baseline relative to the alignment. Default varies by orientation. | 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.
