class anychart.core.series.RenderingSettings.Context Improve this Doc
Rendering functions context.
Methods Overview
Specific settings | |
getShapesGroup() | Generates a shapes group. |
Data | |
getStat() | Fetch statistics value by its key or a whole object if no key provided. |
Methods Description
getShapesGroup
Generates a shapes group.
Params:
Name | Type | Description |
---|---|---|
state | anychart.enums.PointState | string | Point state. |
baseZIndex | number | Z-index. Z-index is added to zIndex from configuration of shapes. |
restrictShapes | Object.<string> | Restricts shapes. |
Returns:
Object.<string, anychart.graphics.vector.Shape> - A shapes group.getStat
Fetch statistics value by its key or a whole object if no key provided.
Params:
Name | Type | Description |
---|---|---|
key | string | Key. |
Returns:
* - Value by key.