AxVSpan QML Type
Displays an vertical span. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- viewRect : rect
- xMax : double
- xMin : double
Detailed Description
See also Spans and lines, Basic histogram, and Draggable region.
Property Documentation
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
viewRect : rect |
Must be assigned the view rect of the graph area this axis is paired to.
See also GraphArea::viewRect.
xMax : double |
The starting X position of the vertical span in data coordinates.
xMin : double |
The ending X position of the vertical span in data coordinates.