Class: QgsPlotDefaultSettings

class qgis.core.QgsPlotDefaultSettings

Bases: sip.wrapper

Manages default settings for plot objects

Warning

This class is not considered stable API, and may change in future!

New in version 3.30:

Methods

axisGridMajorSymbol

Returns the default line symbol to use for axis major grid lines.

axisGridMinorSymbol

Returns the default line symbol to use for axis minor grid lines.

axisLabelNumericFormat

Returns the default numeric format to use for plot axis labels.

chartBackgroundSymbol

Returns the default fill symbol to use for the chart area background fill.

chartBorderSymbol

Returns the default fill symbol to use for the chart area border.

axisGridMajorSymbol() QgsLineSymbol

Returns the default line symbol to use for axis major grid lines.

Return type:

QgsLineSymbol

axisGridMinorSymbol() QgsLineSymbol

Returns the default line symbol to use for axis minor grid lines.

Return type:

QgsLineSymbol

axisLabelNumericFormat() QgsNumericFormat

Returns the default numeric format to use for plot axis labels.

Return type:

QgsNumericFormat

chartBackgroundSymbol() QgsFillSymbol

Returns the default fill symbol to use for the chart area background fill.

Return type:

QgsFillSymbol

chartBorderSymbol() QgsFillSymbol

Returns the default fill symbol to use for the chart area border.

Return type:

QgsFillSymbol