Click or drag to resize

LinearScaleRescaleConditionsFixValuesForDataBoundsOrgAndEnd Method

Fixes the data bounds org and end. Here we modify the bounds if org and end are equal.

Namespace: Altaxo.Graph.Scales.Rescaling
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
protected override void FixValuesForDataBoundsOrgAndEnd(
	ref double dataBoundsOrg,
	ref double dataBoundsEnd
)

Parameters

dataBoundsOrg  Double
The data bounds org.
dataBoundsEnd  Double
The data bounds end.
See Also