Click or drag to resize

XYPlotLayerXAxis Property

Gets or sets the x 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 XAxis { get; set; }

Property Value

Scale
The x axis of the layer.

Implements

IPlotAreaXAxis
See Also