| 277 | const color_array &legend::text_color() const { return text_color_; } |
| 278 | |
| 279 | void legend::text_color(const color_array &text_color) { |
| 280 | text_color_ = text_color; |
| 281 | touch(); |
| 282 | } |
| 283 | |
| 284 | size_t legend::num_columns() const { return num_columns_; } |
| 285 |
no outgoing calls
no test coverage detected