ScatterSeries QML Type

The ScatterSeries type presents data in scatter charts. More...

Import Statement: import QtGraphs
Instantiates: QScatterSeries
Status: Technical Preview

Properties

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"
 }