Grid QML Type
Displays a grid in the background of a graph. More...
Import Statement: | import QuickGraphLib.GraphItems |
Inherits: |
Properties
- dataTransform : alias
- viewRect : alias
- xTicks : alias
- yTicks : alias
Detailed Description
See also Basic sin graph (without prefabs).
Property Documentation
dataTransform : alias |
Must be assigned the data transform of the graph area this axis is paired to.
See also GraphArea::dataTransform.
viewRect : alias |
Must be assigned the view rect of the graph area this axis is paired to.
See also GraphArea::viewRect.
xTicks : alias |
The position of each X tick. This should be a list of doubles in data coordinates.
See also Helpers::range, Helpers::linspace, and Axis::ticks.
yTicks : alias |
The position of each Y tick. This should be a list of doubles in data coordinates.
See also Helpers::range, Helpers::linspace, and Axis::ticks.