ChartCanvasSerie.Center

Syntax

Center: Object;

Description

The Center property determines coordinates of series center.

Comments

Property value is set only from JSON.

The property is actual for pie charts.

Object contains coordinates, for example:

{
  X: 50,
  Y: 50
}

Example

The example of use is given on the ChartCanvasSerie.StartAngle page.

See also:

ChartCanvasSerie