! Sets the size of legend icons. Legend items that draw an icon (e.g. a visual representation of the graph) will use this size by default. */
| 18435 | representation of the graph) will use this size by default. |
| 18436 | */ |
| 18437 | void QCPLegend::setIconSize(const QSize &size) |
| 18438 | { |
| 18439 | mIconSize = size; |
| 18440 | } |
| 18441 | |
| 18442 | /*! \overload |
| 18443 | */ |