BarHorizontal QML Type
Displays a horizontal bar for a bar graph. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- barHeight : double
- barLength : double
- dataTransform : matrix4x4
- position : double
- xStart : double
Detailed Description
Property Documentation
barHeight : double |
The height (Y) of the bar in data coordinates.
barLength : double |
The length (X) of the bar in data coordinates.
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
position : double |
The X position of the bar in data coordinates.
xStart : double |
The starting X position of the bar in data coordinates.