Click or drag to resize

XYPlotLayerYAxis Property

Gets or sets the y axis of this layer.

Namespace: Altaxo.Graph.Gdi
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public Scale YAxis { get; set; }

Property Value

Scale
The y axis of the layer.

Implements

IPlotAreaYAxis
See Also