|
QGIS API Documentation 4.0.0-Norrköping (1ddcee3d0e4)
|
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. | |
| static QgsLineSymbol * | axisGridMinorSymbol () |
| Returns the default line symbol to use for axis minor grid lines. | |
| static QgsNumericFormat * | axisLabelNumericFormat () |
| Returns the default numeric format to use for plot axis labels. | |
| static QgsFillSymbol * | barChartFillSymbol () |
| Returns the default fill symbol to use for bar charts. | |
| static QgsFillSymbol * | chartBackgroundSymbol () |
| Returns the default fill symbol to use for the chart area background fill. | |
| static QgsFillSymbol * | chartBorderSymbol () |
| Returns the default fill symbol to use for the chart area border. | |
| static QgsLineSymbol * | lineChartLineSymbol () |
| Returns the default line symbol to use for line charts. | |
| static QgsMarkerSymbol * | lineChartMarkerSymbol () |
| Returns the default marker symbol to use for line charts. | |
| static QgsColorRamp * | pieChartColorRamp () |
| Returns the default color ramp to use for pie charts. | |
| static QgsFillSymbol * | pieChartFillSymbol () |
| Returns the default fill symbol to use for pie charts. | |
| static QgsNumericFormat * | pieChartNumericFormat () |
| Returns the default color ramp to use for pie charts. | |
Manages default settings for plot objects.
|
static |
Returns the default line symbol to use for axis major grid lines.
Definition at line 1387 of file qgsplot.cpp.
|
static |
Returns the default line symbol to use for axis minor grid lines.
Definition at line 1394 of file qgsplot.cpp.
|
static |
Returns the default numeric format to use for plot axis labels.
Definition at line 1382 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for bar charts.
Definition at line 1425 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for the chart area background fill.
Definition at line 1401 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for the chart area border.
Definition at line 1407 of file qgsplot.cpp.
|
static |
Returns the default line symbol to use for line charts.
Definition at line 1419 of file qgsplot.cpp.
|
static |
Returns the default marker symbol to use for line charts.
Definition at line 1413 of file qgsplot.cpp.
|
static |
Returns the default color ramp to use for pie charts.
Definition at line 1437 of file qgsplot.cpp.
|
static |
Returns the default fill symbol to use for pie charts.
Definition at line 1431 of file qgsplot.cpp.
|
static |
Returns the default color ramp to use for pie charts.
Definition at line 1444 of file qgsplot.cpp.