Click or drag to resize

ItemLocationDirectInternalSetScaleZSilent Method

Updates the z scale without raising change notifications.

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

Parameters

value  Double
The new z-scale value.

Return Value

Boolean
if the value changed; otherwise, .
See Also