Click or drag to resize

XYPlotLayerCreateNewLayerLegend Method

Creates a new legend, removing the old one.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void CreateNewLayerLegend()
Remarks
The position of the old legend is only used for the new legend if the old legend's position is inside the layer. This prevents a "stealth" legend in case it is not visible by accident.
See Also