AxHSpan QML Type

Displays a horizontal span. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

See also Spans and lines.

Property Documentation

dataTransform : matrix4x4 [required]

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

See also GraphArea::dataTransform.


viewRect : rect [required]

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

See also GraphArea::viewRect.


yMax : double [required]

The starting Y position of the horizontal span in data coordinates.


yMin : double [required]

The ending Y position of the horizontal span in data coordinates.