QGIS API Documentation 3.30.0-'s-Hertogenbosch (f186b8efe0)
|
Manages default settings for plot objects. More...
#include <qgsplot.h>
Static Public Member Functions | |
static QgsLineSymbol * | axisGridMajorSymbol () |
Returns the default line symbol to use for axis major grid lines. More... | |
static QgsLineSymbol * | axisGridMinorSymbol () |
Returns the default line symbol to use for axis minor grid lines. More... | |
static QgsNumericFormat * | axisLabelNumericFormat () |
Returns the default numeric format to use for plot axis labels. More... | |
static QgsFillSymbol * | chartBackgroundSymbol () |
Returns the default fill symbol to use for the chart area background fill. More... | |
static QgsFillSymbol * | chartBorderSymbol () |
Returns the default fill symbol to use for the chart area border. More... | |
Manages default settings for plot objects.
|
static |
Returns the default line symbol to use for axis major grid lines.
Definition at line 589 of file qgsplot.cpp.
|
static |
Returns the default line symbol to use for axis minor grid lines.
Definition at line 596 of file qgsplot.cpp.
|
static |
Returns the default numeric format to use for plot axis labels.
Definition at line 584 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for the chart area background fill.
Definition at line 603 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for the chart area border.
Definition at line 609 of file qgsplot.cpp.