AxHLine QML Type
Displays a horizontal line. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- position : double
- viewRect : rect
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.
position : double |
The Y position of the horizontal line in data coordinates.
viewRect : rect |
Must be assigned the view rect of the graph area this axis is paired to.
See also GraphArea::viewRect.