BarVertical QML Type
Displays a vertical bar for a bar graph. More...
| Import Statement: | import QuickGraphLib.GraphItems |
| Inherits: |
Properties
- barHeight : double
- barWidth : double
- dataTransform : matrix4x4
- position : double
- yStart : double
Detailed Description
Property Documentation
barHeight : double |
The height of the bar in data coordinates.
barWidth : double |
The width 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.
yStart : double |
The starting Y position of the bar in data coordinates.