Click or drag to resize

XYPlotLayerZAxis Property

Gets the z axis.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public Scale? ZAxis { get; }

Property Value

Scale
, because this plot layer is two-dimensional.
See Also