C
ChartView QML Type
Manages the graphical representation of the chart's series, legends, and axes. More...
Import Statement: | import QtCharts . |
Since: | Qt Quick Ultralite 1.1 |
Properties
- backgroundColor : color
- margins : Margins
- title : string
- titleColor : color
- titleFont : font
Detailed Description
The ChartView type displays different series types as charts.
The ChartView type is based on QtCharts.ChartView. The following members are not supported yet:
- theme
- animationOptions, animationDuration, animationEasingCurve
- legend
- count
- backgroundRoundness
- axes
- dropShadowEnabled
- plotArea, plotAreaColor
- localizeNumbers
- locale
- all methods and signals
Other differences:
- The title property does not support HTML formatting.
- The margins property specifies the actual margins used, not just a minimum.
Property Documentation
backgroundColor : color |
The color of the chart's background.
margins : Margins |
The margins between the edge of the chart rectangle and the plot area. The margins are used for drawing the title, axes, and legend.
title : string |
The title is shown as a headline on top of the chart.
See also titleColor and titleFont.
titleColor : color |
The color of the title text.
Available under certain Qt licenses.
Find out more.