BarHorizontal QML Type

Displays a horizontal bar for a bar graph. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

Property Documentation

barHeight : double [required]

The height (Y) of the bar in data coordinates.


barLength : double [required]

The length (X) 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.


xStart : double

The starting X position of the bar in data coordinates.