Click or drag to resize

InverseTickSpacingGetOrgEndWithGrace Method

Applies the value for OrgGrace and EndGrace to the scale and calculated proposed values for the boundaries.

Namespace: Altaxo.Graph.Scales.Ticks
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public bool GetOrgEndWithGrace(
	double scaleOrg,
	double scaleEnd,
	bool isOrgExtendable,
	bool isEndExtendable,
	out double propOrg,
	out double propEnd
)

Parameters

scaleOrg  Double
Scale origin.
scaleEnd  Double
Scale end.
isOrgExtendable  Boolean
True if the scale org can be extended.
isEndExtendable  Boolean
True if the scale end can be extended.
propOrg  Double
Returns the proposed value of the scale origin.
propEnd  Double
Returns the proposed value of the scale end.

Return Value

Boolean

[Missing <returns> documentation for "M:Altaxo.Graph.Scales.Ticks.InverseTickSpacing.GetOrgEndWithGrace(System.Double,System.Double,System.Boolean,System.Boolean,System.Double@,System.Double@)"]

See Also