Marker QML Type
Displays a circular marker. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- position : point
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 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
position : point |
The position of the marker in data coordinates.