ChartPlotArea.getContext

Syntax

getContext();

Description

The getContext method returns drawing context.

Comments

The method returns value of the CanvasRenderingContext2D type.

Example

The example of use is given on the page with description of the ChartText class constructor.

See also:

ChartPlotArea