Contour QML Type
Draw a contour line or fill. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : matrix4x4
- paths : var
Detailed Description
See also Contours.
Property Documentation
dataTransform : matrix4x4 |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
paths : var |
A list of list of points (or a list of QPolygons) in data coordinates, with each list of points defining a contour line to draw.
See also ContourHelper::contourLine and ContourHelper::contourFill.