! Sets whether data points that are outside the configured data range (e.g. \ref QCPColorMap::setDataRange) are colored by periodically repeating the color gradient or whether they all have the same color, corresponding to the respective gradient boundary color. \image html QCPColorGradient-periodic.png As shown in the image above, gradients that have the same start and end color a
| 15902 | ambiguous, because multiple different data values are shown as the same color. |
| 15903 | */ |
| 15904 | void QCPColorGradient::setPeriodic(bool enabled) |
| 15905 | { |
| 15906 | mPeriodic = enabled; |
| 15907 | } |
| 15908 | |
| 15909 | /*! \overload |
| 15910 |
nothing calls this directly
no outgoing calls
no test coverage detected