Click or drag to resize

GraphDocumentOnInvalidate Method

Fires the Invalidate event.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected virtual void OnInvalidate(
	XYPlotLayer sender
)

Parameters

sender  XYPlotLayer
The layer which needs to be repainted.
See Also