Contour QML Type

Draw a contour line or fill. More...

Import Statement: import QuickGraphLib.GraphItems
Inherits:

ShapePath

Properties

Detailed Description

See also Contours.

Property Documentation

dataTransform : matrix4x4 [required]

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

See also GraphArea::dataTransform.


paths : var [required]

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.