! Sets the horizontal space in pixels between the legend icon and the text next to it. Legend items that draw an icon (e.g. a visual representation of the graph) and text (e.g. the name of the graph) will use this space by default. */
| 18453 | name of the graph) will use this space by default. |
| 18454 | */ |
| 18455 | void QCPLegend::setIconTextPadding(int padding) |
| 18456 | { |
| 18457 | mIconTextPadding = padding; |
| 18458 | } |
| 18459 | |
| 18460 | /*! |
| 18461 | Sets the pen used to draw a border around each legend icon. Legend items that draw an |
nothing calls this directly
no outgoing calls
no test coverage detected