Click or drag to resize

LinkedScaleWouldScaleBeDependentOnMe Method

Checks if the scale in the argument is dependend on this Scale. This would mean a circular dependency, which should be avoided.

Namespace: Altaxo.Graph.Scales
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static bool WouldScaleBeDependentOnMe(
	Scale scaleThatWouldBecomeALinkedScale,
	Scale scaleToTest
)

Parameters

scaleThatWouldBecomeALinkedScale  Scale
Scale that is a linked scale or that would become a linked scale.
scaleToTest  Scale
The scale to check.

Return Value

Boolean
True if the provided scale or one of its linked scales is dependend on this scale.
See Also