ScaleSetScaleOrgEnd Method |
Sets the orgin and the end of the scale temporarily (until the next DataBoundaryChanged event).
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax protected abstract string? SetScaleOrgEnd(
AltaxoVariant org,
AltaxoVariant end
)
Parameters
- org AltaxoVariant
- The scale origin.
- end AltaxoVariant
- The scale end.
Return Value
StringNull 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