public class StackLabelsData extends Object
StackLabelsFormatter to allow for custom strings to be rendered as the stack labels on a Y axis.
See the StackLabelsFormatter.format(StackLabelsData) method for more details on the capabilities
that custom formatters can provide.| Constructor and Description |
|---|
StackLabelsData(com.google.gwt.core.client.JavaScriptObject data)
This constructor needs to be public scope but you should not construct this object directly, but
instead simply implement a custom
StackLabelsFormatter and this API will pass you the
appropriate instance of this object at runtime. |
| Modifier and Type | Method and Description |
|---|---|
com.google.gwt.core.client.JavaScriptObject |
getNativeData()
Returns a pointer to the native Highchart's instance data object that this GWT
instance is wrapping.
|
double |
getTotal()
Return the total value at this point's x value.
|
long |
getTotalAsLong()
Return the total value at this point's x value as a long.
|
public StackLabelsData(com.google.gwt.core.client.JavaScriptObject data)
StackLabelsFormatter and this API will pass you the
appropriate instance of this object at runtime.data - A reference to the native Highcharts javascript object.public double getTotal()
public long getTotalAsLong()
public com.google.gwt.core.client.JavaScriptObject getNativeData()
Copyright © 2015. All Rights Reserved.