Click or drag to resize

ItemLocationDirectInternalSetAbsoluteSizeYSilent Method

Updates the absolute height 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 void InternalSetAbsoluteSizeYSilent(
	double value
)

Parameters

value  Double
The new absolute height.
See Also