Set a color gradient for value-based coloring
(mut self, gradient: ColorGradient)
| 112 | |
| 113 | /// Set a color gradient for value-based coloring |
| 114 | pub fn gradient(mut self, gradient: ColorGradient) -> Self { |
| 115 | self.gradient = Some(gradient); |
| 116 | self |
| 117 | } |
| 118 | |
| 119 | /// Set the gradient coloring mode |
| 120 | /// |
nothing calls this directly
no outgoing calls
no test coverage detected