XYSeries QML Type
A parent type for all x & y series types. More...
Import Statement: | import QtGraphs |
Instantiates: | QXYSeries |
Inherits: | |
Inherited By: | |
Status: | Technical Preview |
- List of all members, including inherited members
- XYSeries is part of Qt Graphs QML Types for 2D.
Properties
- axisX : AbstractAxis
- axisY : AbstractAxis
- color : color
- markerSize : real
- pointMarker : Component
- selectedColor : color
Signals
- pointReplaced(int index)
Detailed Description
In XYSeries, data points are defined as a list of point types, defining X and Y positions.
Property Documentation
axisX : AbstractAxis |
axisY : AbstractAxis |
color : color |
The main color of the series. For LineSeries this means the line color and for ScatterSeries the color of the point
markerSize : real |
The size of the pointMarker in pixels when using a default circle as a marker. When using pointMarker, the size is defined by the pointMarker conponent.
pointMarker : Component |
A custom QML Component used as a marker for data points.
selectedColor : color |
The main color of the selected series. For LineSeries this means the line color and for ScatterSeries the color of the point
Signal Documentation
pointReplaced(int index) |
This signal is emitted when a point is replaced at the position specified by index.
The corresponding signal handler is onPointReplaced()
.
Note: The corresponding handler is onPointReplaced
.
© 2024 The Qt Company Ltd. Documentation contributions included herein are the copyrights of their respective owners. The documentation provided herein is licensed under the terms of the GNU Free Documentation License version 1.3 as published by the Free Software Foundation. Qt and respective logos are trademarks of The Qt Company Ltd. in Finland and/or other countries worldwide. All other trademarks are property of their respective owners.