ChartLineCollection.LineType

Syntax

LineType: PP.Ui.LineTypes;

Description

The LineType property determines type of level lines in collection.

Comments

Use JSON or the setLineType method to set the property value and the getLineType method to get the property value.

By default, the property value is set to PP.Ui.LineTypes.Solid, which corresponds to a solid line.

Example

The example of property use is given in the page ChartGrid Constructor.

See also:

ChartLineCollection