Line QML Type

Displays a line graph. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

Graph a line using a list of X,Y points. The style of the line can be adjusted using the strokeColor and strokeWidth properties.

See also Basic sin graph.

Property Documentation

dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this axis is paired to.

See also GraphArea::dataTransform.


path : var [required]

Points to graph. Each point is a point (containing x and y coordinates) in the data space.