Click or drag to resize

ItemLocationDirectAspectPreservingInternalSetScaleYSilent Method

Updates the y scale while preserving the configured aspect ratio.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
protected override bool InternalSetScaleYSilent(
	double value
)

Parameters

value  Double
The new y-scale value.

Return Value

Boolean
if the value changed; otherwise, .
See Also