ImageAxes QML Type

Displays an image with axes and a colorbar. More...

Import Statement: import QuickGraphLib.PreFabs
Inherits:

AntialiasingContainer

Properties

Detailed Description

See also Color mesh.

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.


colorMesh : alias

An alias to the ColorMesh used to display the image.


dataTransform : alias

An alias to the data transform of the graph area.

See also GraphArea::dataTransform.


grapharea : alias

An alias the the GraphArea.


numColorbarTicks : int

Maximum number of ticks to show on the colorbar axis.

See also Helpers::tickLocator.


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).


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.