Line QML Type
Displays a line graph. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- path : var
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 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
path : var |
Points to graph. Each point is a point (containing x and y coordinates) in the data space.