AxVLine QML Type

Displays an vertical line. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

See also Spans and lines and Draggable region.

Property Documentation

dataTransform : matrix4x4 [required]

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

See also GraphArea::dataTransform.


position : double [required]

The X position of the vertical line in data coordinates.


viewRect : rect [required]

Must be assigned the view rect of the graph area this axis is paired to.

See also GraphArea::viewRect.