com.googlecode.wickedcharts.highcharts.options
Class StackLabels
java.lang.Object
com.googlecode.wickedcharts.highcharts.options.StackLabels
- All Implemented Interfaces:
- Serializable
public class StackLabels
- extends Object
- implements Serializable
Configuration for the stackLabels option.
- Author:
- Tom Hombergs (tom.hombergs@gmail.com)
- See Also:
- http://api.highcharts.com/highcharts#yAxis.stackLabels,
Serialized Form
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
StackLabels
public StackLabels()
getAlign
public HorizontalAlignment getAlign()
getEnabled
public Boolean getEnabled()
getFormatter
public Function getFormatter()
getRotation
public Number getRotation()
getStyle
public CssStyle getStyle()
getTextAlign
public HorizontalAlignment getTextAlign()
getVerticalAlign
public VerticalAlignment getVerticalAlign()
getX
public Number getX()
getY
public Number getY()
setAlign
public StackLabels setAlign(HorizontalAlignment align)
setEnabled
public StackLabels setEnabled(Boolean enabled)
setFormatter
public StackLabels setFormatter(Function formatter)
setRotation
public StackLabels setRotation(Number rotation)
setStyle
public StackLabels setStyle(CssStyle style)
setTextAlign
public StackLabels setTextAlign(HorizontalAlignment textAlign)
setVerticalAlign
public StackLabels setVerticalAlign(VerticalAlignment verticalAlign)
setX
public StackLabels setX(Number x)
setY
public StackLabels setY(Number y)
Copyright © 2013. All Rights Reserved.