AnyChart
API Reference
Still have questions?
Contact support
Top

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:

NameTypeDescription
stateanychart.enums.PointState | stringPoint state.
baseZIndexnumberZ-index. Z-index is added to zIndex from configuration of shapes.
restrictShapesObject.<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:

NameTypeDescription
keystringKey.

Returns:

* - Value by key.