Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
|
@@ -208,11 +208,11 @@ Returns ``True`` if a continuous gradient legend will be used. |
|
|
|
|
|
void setUseContinuousLegend( bool useContinuousLegend ); |
|
|
%Docstring |
|
|
Sets the flag to use a continuos legend to ``useContinuousLegend``. |
|
|
Sets the flag to use a continuos gradient legend to ``useContinuousLegend``. |
|
|
|
|
|
When this flag is set the legend will be rendered using a single color ramp with |
|
|
When this flag is set the legend will be rendered using a continuous color ramp with |
|
|
min and max values, when it is not set the legend will be rendered using separate |
|
|
items for each item entry. |
|
|
items for each entry. |
|
|
|
|
|
.. seealso:: :py:func:`setOrientation` |
|
|
|
|
|
|
@@ -210,11 +210,11 @@ class CORE_EXPORT QgsColorRampLegendNodeSettings |
|
|
bool useContinuousLegend() const; |
|
|
|
|
|
/** |
|
|
* Sets the flag to use a continuos legend to \a useContinuousLegend. |
|
|
* Sets the flag to use a continuos gradient legend to \a useContinuousLegend. |
|
|
* |
|
|
* When this flag is set the legend will be rendered using a single color ramp with |
|
|
* When this flag is set the legend will be rendered using a continuous color ramp with |
|
|
* min and max values, when it is not set the legend will be rendered using separate |
|
|
* items for each item entry. |
|
|
* items for each entry. |
|
|
* |
|
|
* \see setOrientation() |
|
|
* \see direction() |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.