Marker QML Type

Displays a circular marker. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

Rectangle

Properties

Detailed Description

Note: This graph item does not inherit from ShapePath, unlike other graph items. This is for performance reasons.

See also Scatter graph.

Property Documentation

dataTransform : matrix4x4 [required]

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

See also GraphArea::dataTransform.


position : point [required]

The position of the marker in data coordinates.