Margins QML Type

Defines margins between the edge of the chart rectangle and the plot area. More...

Import Statement: import QtCharts 2.12
Status: Deprecated

This type is deprecated. We strongly advise against using it in new code.

Properties

Detailed Description

An uncreatable type that is used to define the top, bottom, left, and right margins. The margins are used for drawing the title, axes, and legend.

See also ChartView.margins.

Property Documentation

bottom : int

The bottom margin.

left : int

The left margin.

right : int

The right margin.

top : int

The top margin.