QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
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.
static QgsLineSymbolaxisGridMinorSymbol ()
 Returns the default line symbol to use for axis minor grid lines.
static QgsNumericFormataxisLabelNumericFormat ()
 Returns the default numeric format to use for plot axis labels.
static QgsFillSymbolbarChartFillSymbol ()
 Returns the default fill symbol to use for bar charts.
static QgsFillSymbolchartBackgroundSymbol ()
 Returns the default fill symbol to use for the chart area background fill.
static QgsFillSymbolchartBorderSymbol ()
 Returns the default fill symbol to use for the chart area border.
static QgsLineSymbollineChartLineSymbol ()
 Returns the default line symbol to use for line charts.
static QgsMarkerSymbollineChartMarkerSymbol ()
 Returns the default marker symbol to use for line charts.
static QgsColorRamppieChartColorRamp ()
 Returns the default color ramp to use for pie charts.
static QgsFillSymbolpieChartFillSymbol ()
 Returns the default fill symbol to use for pie charts.
static QgsNumericFormatpieChartNumericFormat ()
 Returns the default color ramp to use for pie charts.

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 842 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 1170 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 1177 of file qgsplot.cpp.

◆ axisLabelNumericFormat()

QgsNumericFormat * QgsPlotDefaultSettings::axisLabelNumericFormat ( )
static

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

Definition at line 1165 of file qgsplot.cpp.

◆ barChartFillSymbol()

QgsFillSymbol * QgsPlotDefaultSettings::barChartFillSymbol ( )
static

Returns the default fill symbol to use for bar charts.

Since
QGIS 4.0

Definition at line 1208 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 1184 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 1190 of file qgsplot.cpp.

◆ lineChartLineSymbol()

QgsLineSymbol * QgsPlotDefaultSettings::lineChartLineSymbol ( )
static

Returns the default line symbol to use for line charts.

See also
lineChartMarkerSymbol()
Since
QGIS 4.0

Definition at line 1202 of file qgsplot.cpp.

◆ lineChartMarkerSymbol()

QgsMarkerSymbol * QgsPlotDefaultSettings::lineChartMarkerSymbol ( )
static

Returns the default marker symbol to use for line charts.

See also
lineChartLineSymbol()
Since
QGIS 4.0

Definition at line 1196 of file qgsplot.cpp.

◆ pieChartColorRamp()

QgsColorRamp * QgsPlotDefaultSettings::pieChartColorRamp ( )
static

Returns the default color ramp to use for pie charts.

Since
QGIS 4.0

Definition at line 1220 of file qgsplot.cpp.

◆ pieChartFillSymbol()

QgsFillSymbol * QgsPlotDefaultSettings::pieChartFillSymbol ( )
static

Returns the default fill symbol to use for pie charts.

Since
QGIS 4.0

Definition at line 1214 of file qgsplot.cpp.

◆ pieChartNumericFormat()

QgsNumericFormat * QgsPlotDefaultSettings::pieChartNumericFormat ( )
static

Returns the default color ramp to use for pie charts.

Since
QGIS 4.0

Definition at line 1225 of file qgsplot.cpp.


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