Click or drag to resize

TextScaleEhBoundariesChanged Method

Handles boundary changes by recalculating the scale.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void EhBoundariesChanged(
	Object sender,
	BoundariesChangedEventArgs e
)

Parameters

sender  Object
The event sender.
e  BoundariesChangedEventArgs
The event arguments.
See Also