XYAxes QML Type

Displays an XY axis with a grid. More...

Import Statement: import QuickGraphLib.PreFabs
Inherits:

AntialiasingContainer

Properties

Detailed Description

See also Basic sin graph, Dark theme sin graph, and Subgraphs.

Property Documentation

axes : alias

An alias to the GridLayout that positions the graph area and individual axes.


background : alias

An alias to the Rectangle used as the background.


dataTransform : alias

An alias to the data transform of the graph area.

See also GraphArea::dataTransform.


graphChildren : alias [default]

An alias to the children of the graph area. Since this is the default property any declared children will be parented to the graph area.


grapharea : alias

An alias the the GraphArea.


grid : alias

An alias to the graph area's Grid.


numXTicks : int

Maximum number of ticks to show on the X axis.

See also Helpers::tickLocator.


numYTicks : int

Maximum number of ticks to show on the Y axis.

See also Helpers::tickLocator.


title : alias

The title of the graph.


titleItem : alias

An alias to the title item of the graph (a Text).


viewRect : alias

An alias to the view rect of the graph area.

See also GraphArea::viewRect.


xAxis : alias

An alias to the X Axis.


xLabel : alias

An alias to the X axis label.

See also Axis::label.


yAxis : alias

An alias to the Y Axis.


yLabel : alias

An alias to the X axis label.

See also Axis::label.