Click or drag to resize

AxisLineStylePosition2 Property

Get/set the axis shift position value.

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

Property Value

RADouble
Zero if the axis is not shifted (normal case). Else the shift value, either as absolute value in point units (1/72 inch), or relative to the corresponding layer dimension (i.e layer width for bottom axis).
See Also