GridLines QML Type
An item that renders a set of lines to make a grid for a chart. More...
Import Statement: | import org.kde.quickcharts.controls |
Properties
- chart : XYChart
- direction : enumeration
- major
- major.color : color
- major.count : int
- major.frequency : int
- major.lineWidth : real
- major.visible : bool
- minor
- minor.color : color
- minor.count : int
- minor.frequency : int
- minor.lineWidth : real
- minor.visible : bool
- spacing : real
Detailed Description
Property Documentation
chart : XYChart |
direction : enumeration |
Constant | Value |
---|---|
GridLines.Horizontal | |
GridLines.Vertical |
major group |
---|
major.color : color |
major.count : int |
major.frequency : int |
major.lineWidth : real |
major.visible : bool |
minor group |
---|
minor.color : color |
minor.count : int |
minor.frequency : int |
minor.lineWidth : real |
minor.visible : bool |
spacing : real |