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