Click or drag to resize

ItemLocationDirectAbsolutePivotPositionZ Property

Gets or sets the absolute z position of the pivot point of the item.

Namespace: Altaxo.Graph.Graph3D
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double AbsolutePivotPositionZ { get; set; }

Property Value

Double
The absolute pivot z position.
Exceptions
ExceptionCondition
InvalidOperationException_parentSize.Z is undefined or zero
See Also