Click or drag to resize

CumulativeProbabilityScaleGetDefaultAxisBoundaries Method

Returns the default axis boundaries when no valid data are entered into.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public void GetDefaultAxisBoundaries(
	out double org,
	out double end
)

Parameters

org  Double

[Missing <param name="org"/> documentation for "M:Altaxo.Graph.Scales.CumulativeProbabilityScale.GetDefaultAxisBoundaries(System.Double@,System.Double@)"]

end  Double

[Missing <param name="end"/> documentation for "M:Altaxo.Graph.Scales.CumulativeProbabilityScale.GetDefaultAxisBoundaries(System.Double@,System.Double@)"]

See Also