LineSegment QML Type

Displays a finite line segment. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

Draws a line segment between two points in data coordinates. The style of the segment can be adjusted using the strokeColor and strokeWidth properties.

Property Documentation

dataTransform : matrix4x4 [required]

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

See also GraphArea::dataTransform.


point1 : point [required]

The first endpoint in data coordinates.


point2 : point [required]

The second endpoint in data coordinates.