BarVertical QML Type

Displays a vertical bar for a bar graph. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

Property Documentation

barHeight : double [required]

The height of the bar in data coordinates.


barWidth : double [required]

The width of the bar in data coordinates.


dataTransform : matrix4x4 [required]

Must be assigned the data transform of the graph area this axis is paired to.

See also GraphArea::dataTransform.


position : double [required]

The X position of the bar in data coordinates.


yStart : double

The starting Y position of the bar in data coordinates.