AxVSpan QML Type

Displays an vertical span. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

See also Spans and lines, Basic histogram, 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.


viewRect : rect [required]

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

See also GraphArea::viewRect.


xMax : double [required]

The starting X position of the vertical span in data coordinates.


xMin : double [required]

The ending X position of the vertical span in data coordinates.