#YAxisStackLabels

##Properties

Datatype Property name Property description Default Value
Nullable Align Defines the horizontal alignment of the stack total label. Can be one of 'left', 'center' or 'right'. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative. null
Nullable Enabled Enable or disable the stack total labels. Default: false null
String Formatter Callback JavaScript function to format the label. The value is given by this.total. Defaults to: <pre>function() { return this.total;}</pre> null
Nullable Rotation Rotation of the labels in degrees. Default: 0 null
String Style CSS styles for the label. Defaults to:<pre>style: { color: '#666', 'font-size': '11px', 'line-height': '14px'}</pre> null
Nullable TextAlign The text alignment for the label. While align determines where the texts anchor point is placed with regards to the stack, textAlign determines how the text is aligned against its anchor point. Possible values are 'left', 'center' and 'right'. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative. null
Nullable UseHTML Whether to use HTML for the stack labels. 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 Defines the vertical alignment of the stack total label. Can be one of 'top', 'middle' or 'bottom'. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative. null
Nullable X The x position offset of the label relative to the left of the stacked bar. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative. null
Nullable Y The y position offset of the label relative to the tick position on the axis. The default value is calculated at runtime and depends on orientation and whether the stack is positive or negative. 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.