/// <summary> /// Clears all layers from the legend (from all groups) /// </summary> public void Clear() { m_Legend.ClearLayers(); }