Click or drag to resize

ScaleSetScaleOrgEnd Method

Sets the orgin and the end of the scale temporarily (until the next DataBoundaryChanged event).

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected abstract string? SetScaleOrgEnd(
	AltaxoVariant org,
	AltaxoVariant end
)

Parameters

org  AltaxoVariant
The scale origin.
end  AltaxoVariant
The scale end.

Return Value

String
Null when the settings where applied. An string describing the problem otherwise.
Remarks
Settings like fixed boundaries or the data bounds will be ignored by this function. However, the next call to OnUserRescaled will override the scale bounds.
See Also