ChartLine.getPrimaryCoord

Syntax

getPrimaryCoord(visualType: PP.Ui.VisualType);

Parameters

visualType. Type of level line coordinate. If this parameter is set to PP.Ui.VisualType.X, returned value corresponds to X coordinate of the level line, if it is set to PP.Ui.VisualType.Y the value corresponds to Y coordinate.

Description

The getPrimaryCoord method gets value that corresponds to specified coordinate of level line.

Comments

This method returns a Number type value.

Example

The example of method use is given in the page ChartLine Constructor.

See also:

ChartLine