Click or drag to resize

XYPlotLayerContentsControllerGetSuspendTokenForControllerDocument Method

Gets the suspend token for the controller document. Here we try to suspend the parent XYPlotLayer instead of the PlotItemCollection, because we want to modify the clipping property of the layer too.

Namespace: Altaxo.Gui.Graph.Gdi.Plot
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override ISuspendToken GetSuspendTokenForControllerDocument()

Return Value

ISuspendToken
Suspend token of the parent XYPlotLayer; if possible; otherwise suspend token for the PlotItemCollection itself.
See Also