AxHSpan QML Type
Displays a horizontal span. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- viewRect : rect
- yMax : double
- yMin : double
Detailed Description
See also Spans and lines.
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.
yMax : double |
The starting Y position of the horizontal span in data coordinates.
yMin : double |
The ending Y position of the horizontal span in data coordinates.