#YAxisLabels
##Properties
| Datatype | Property name | Property description | Default Value |
|---|---|---|---|
| Nullable | Align | What part of the string the given position is anchored to. Can be one of 'left', 'center' or 'right'. Default: right |
null |
| Nullable | Distance | The distance of the data label from the pie's edge. Negative numbers put the data label on top of the pie slices. Connectors are only shown for data labels outside the pie. Default: 30 | null |
| Nullable | Enabled | Enable or disable the axis labels. Default: true | null |
| String | Format | A format string for the axis label. | null |
| String | Formatter | Callback JavaScript function to format the label. The value is given by this.value. Additional properties for this are axis, chart, isFirst and isLast. Defaults to: <pre>function() { return this.value;}</pre> |
null |
| String | Overflow | How to handle overflowing labels on horizontal axis. Can be undefined or 'justify'. If 'justify', labels will not render outside the plot area. If there is room to move it, it will be aligned to the edge, else it will be removed. | null |
| Nullable | Rotation | Rotation of the labels in degrees. Default: 0 | null |
| Nullable | StaggerLines | Horizontal axes only. The number of lines to spread the labels over to make room or tighter labels. . | null |
| Nullable | Step | To show only every n'th label on the axis, set the step to n. Setting the step to 2 shows every other label. | null |
| String | Style | CSS styles for the label. Defaults to:<pre>style: { color: '#6D869F', fontWeight: 'bold'}</pre> | null |
| Nullable | UseHTML | Whether to use HTML to render the labels. Using HTML allows 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 | X | The x position offset of the label relative to the tick position on the axis. Default: -8 | null |
| Nullable | Y | The y position offset of the label relative to the tick position on the axis. Default: 3 | null |
| Nullable | ZIndex | The Z index for the axis labels. Default: 7 | 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.
