-
public class PointContext extends Context
Rendering functions context.
-
-
Constructor Summary
Constructors Constructor Description PointContext(String jsChart)
-
Method Summary
Modifier and Type Method Description static PointContextinstantiate()StringgetJsBase()voidgetDataValue(String name)Returns data value by name. voidgetStackedValue()Returns stacked value if the series is stacked. voidgetStackedZero()Returns stacked zero value if the series is stacked. voidgetStat(String key)Fetch statistics value by its key or a whole object if no key provided. -
-
Constructor Detail
-
PointContext
PointContext(String jsChart)
-
-
Method Detail
-
instantiate
static PointContext instantiate()
-
getDataValue
void getDataValue(String name)
Returns data value by name.
-
getStackedValue
void getStackedValue()
Returns stacked value if the series is stacked.
-
getStackedZero
void getStackedZero()
Returns stacked zero value if the series is stacked.
-
-
-
-