Click or drag to resize

ItemLocationDirectAspectPreservingInternalSetScaleYSilent Method

Sets the y-axis scale factor without raising a change event.

Namespace: Altaxo.Graph.Gdi
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-axis scale factor.

Return Value

Boolean
if the scale changed; otherwise, .
See Also