ScatterSeries QML Type
The ScatterSeries type presents data in scatter charts. More...
| Import Statement: | import QtGraphs |
| Instantiates: | QScatterSeries |
| Status: | Technical Preview |
- List of all members, including inherited members
- ScatterSeries is part of Qt Graphs 2D QML Types.
Properties
- pointMarker : Component
Detailed Description
The scatter data is displayed as a collection of points on the chart. For each point, two values are specified that determine its position on the horizontal axis and the vertical axis.
Property Documentation
pointMarker : Component |
Marks the point with the given QML component.
pointMarker: Image {
source: "images/happy_box.png"
}