Class ArrayChart
- java.lang.Object
-
- org.pepstock.charba.client.commons.Array
-
- org.pepstock.charba.client.commons.ArrayChart
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Chart
get(int index)
Gets the value at a given index.
-
-
-
Method Detail
-
get
@JsOverlay public Chart get(int index)
Gets the value at a given index. If no value exists at the given index, a type-conversion error will occur in Development Mode and unpredictable behavior may occur in Production Mode. If the numeric value returned is non-integral, it will cause a warning in Development Mode, and may affect the results of mathematical expressions.- Parameters:
index
- the index to be retrieved- Returns:
- the value at the given index
-
-