QGIS API Documentation 3.37.0-Master (fdefdf9c27f)
Static Public Member Functions | List of all members
QgsPlotDefaultSettings Class Reference

Manages default settings for plot objects. More...

#include <qgsplot.h>

Static Public Member Functions

static QgsLineSymbolaxisGridMajorSymbol ()
 Returns the default line symbol to use for axis major grid lines. More...
 
static QgsLineSymbolaxisGridMinorSymbol ()
 Returns the default line symbol to use for axis minor grid lines. More...
 
static QgsNumericFormataxisLabelNumericFormat ()
 Returns the default numeric format to use for plot axis labels. More...
 
static QgsFillSymbolchartBackgroundSymbol ()
 Returns the default fill symbol to use for the chart area background fill. More...
 
static QgsFillSymbolchartBorderSymbol ()
 Returns the default fill symbol to use for the chart area border. More...
 

Detailed Description

Manages default settings for plot objects.

Warning
This class is not considered stable API, and may change in future!
Since
QGIS 3.30

Definition at line 503 of file qgsplot.h.

Member Function Documentation

◆ axisGridMajorSymbol()

QgsLineSymbol * QgsPlotDefaultSettings::axisGridMajorSymbol ( )
static

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

See also
axisGridMinorSymbol()

Definition at line 785 of file qgsplot.cpp.

◆ axisGridMinorSymbol()

QgsLineSymbol * QgsPlotDefaultSettings::axisGridMinorSymbol ( )
static

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

See also
axisGridMajorSymbol()

Definition at line 792 of file qgsplot.cpp.

◆ axisLabelNumericFormat()

QgsNumericFormat * QgsPlotDefaultSettings::axisLabelNumericFormat ( )
static

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

Definition at line 780 of file qgsplot.cpp.

◆ chartBackgroundSymbol()

QgsFillSymbol * QgsPlotDefaultSettings::chartBackgroundSymbol ( )
static

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

See also
chartBorderSymbol()

Definition at line 799 of file qgsplot.cpp.

◆ chartBorderSymbol()

QgsFillSymbol * QgsPlotDefaultSettings::chartBorderSymbol ( )
static

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

See also
chartBackgroundSymbol()

Definition at line 805 of file qgsplot.cpp.


The documentation for this class was generated from the following files: