LinkedScaleIsScaleDependentOnMe Method |
Checks whether the scale in the argument is dependent on this scale. This would mean a circular dependency, which should be avoided.
Namespace: Altaxo.Graph.ScalesAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntaxpublic bool IsScaleDependentOnMe(
Scale scaleToTest
)
Parameters
- scaleToTest Scale
- The scale to check.
Return Value
Boolean if the provided scale or one of its linked scales is dependent on this scale; otherwise,
.
See Also