Margins QML Type

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

导入语句: 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.