Click or drag to resize

TickSpacingEhSelfChanged(EventArgs) Method

Called if some (simple) member or property of this instance itself has changed.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override void EhSelfChanged(
	EventArgs e
)

Parameters

e  EventArgs
The change details.
See Also