! Returns the number of currently existing layers in the plot \see layer, addLayer */
| 14049 | \see layer, addLayer |
| 14050 | */ |
| 14051 | int QCustomPlot::layerCount() const |
| 14052 | { |
| 14053 | return mLayers.size(); |
| 14054 | } |
| 14055 | |
| 14056 | /*! |
| 14057 | Adds a new layer to this QCustomPlot instance. The new layer will have the name \a name, which |