Class: QgsPlotDefaultSettings¶
Manages default settings for plot objects.
Warning
This class is not considered stable API, and may change in future!
Added in version 3.30.
Static Methods
Returns the default line symbol to use for axis major grid lines. |
|
Returns the default line symbol to use for axis minor grid lines. |
|
Returns the default numeric format to use for plot axis labels. |
|
Returns the default fill symbol to use for bar charts. |
|
Returns the default fill symbol to use for the chart area background fill. |
|
Returns the default fill symbol to use for the chart area border. |
|
Returns the default line symbol to use for line charts. |
|
Returns the default marker symbol to use for line charts. |
- class qgis.core.QgsPlotDefaultSettings[source]¶
Bases:
object
- static axisGridMajorSymbol() QgsLineSymbol | None [source]¶
Returns the default line symbol to use for axis major grid lines.
See also
- Return type:
Optional[QgsLineSymbol]
- static axisGridMinorSymbol() QgsLineSymbol | None [source]¶
Returns the default line symbol to use for axis minor grid lines.
See also
- Return type:
Optional[QgsLineSymbol]
- static axisLabelNumericFormat() QgsNumericFormat | None [source]¶
Returns the default numeric format to use for plot axis labels.
- Return type:
Optional[QgsNumericFormat]
- static barChartFillSymbol() QgsFillSymbol | None [source]¶
Returns the default fill symbol to use for bar charts.
Added in version 4.0.
- Return type:
Optional[QgsFillSymbol]
- static chartBackgroundSymbol() QgsFillSymbol | None [source]¶
Returns the default fill symbol to use for the chart area background fill.
See also
- Return type:
Optional[QgsFillSymbol]
- static chartBorderSymbol() QgsFillSymbol | None [source]¶
Returns the default fill symbol to use for the chart area border.
See also
- Return type:
Optional[QgsFillSymbol]
- static lineChartLineSymbol() QgsLineSymbol | None [source]¶
Returns the default line symbol to use for line charts.
See also
Added in version 4.0.
- Return type:
Optional[QgsLineSymbol]
- static lineChartMarkerSymbol() QgsMarkerSymbol | None [source]¶
Returns the default marker symbol to use for line charts.
See also
Added in version 4.0.
- Return type:
Optional[QgsMarkerSymbol]