Click or drag to resize

TextScaleInternalSetRescaling Method

Sets the rescaling object used by this scale.

Namespace: Altaxo.Graph.Scales.Deprecated
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected void InternalSetRescaling(
	NumericScaleRescaleConditions rescaling
)

Parameters

rescaling  NumericScaleRescaleConditions
The rescaling object to assign.
See Also