AreaSeries QML Type

Presents data in area graphs. More...

Import Statement: import QtGraphs
Instantiates: QAreaSeries
Inherits:

AbstractSeries

Properties

Detailed Description

An area graph is used to draw an area composed by points. The points are defined by two series: upperSeries and lowerSeries. The area between the series is drawn as a graph. If only the upperSeries is defined, the area is then between the bottom of the graph and the upper series.

Property Documentation

borderColor : color

The border color of the area.


borderWidth : real

The width of the line that encloses the area.


color : color

The fill color of the area.


lowerSeries : XYSeries

Sets the lower boundary of the area. If this is null, the graph bottom is considered the lower bound.


selected : bool

Sets this area as selected.


selectedBorderColor : color

The border color of the area when selected.


selectedColor : color

The fill color of the area when selected.


upperSeries : XYSeries

Sets the upper boundary of the area. No area is drawn if this is null.


© 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.