Margins QML Type
Defines margins between the edge of the chart rectangle and the plot area. More...
Properties
Detailed Description
\inqmlmodule
QtCharts
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.