Margins QML Type

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

Import Statement: import QtCharts 2.2

属性

详细描述

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.

参见 ChartView.margins.

属性

bottom : int

The bottom margin.


left : int

The left margin.


right : int

The right margin.


top : int

The top margin.