AreaSeries QML Type
Presents data in area graphs. More...
Import Statement: | import QtGraphs |
Instantiates: | QAreaSeries |
Inherits: |
- List of all members, including inherited members
- AreaSeries is part of Qt Graphs QML Types for 2D.
Properties
- borderColor : color
- borderWidth : real
- color : color
- lowerSeries : XYSeries
- selected : bool
- selectedBorderColor : color
- selectedColor : color
- upperSeries : XYSeries
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 an 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.