Click or drag to resize

GraphControllerMargin Property

Gets or sets the margin. A value of 0 indicates that if autozoom is active, there is no margin around the graph. A value of 1 means that there is a right and left margin of 100 percent of the graph width, and a top and bottom margin of 100 percent of the graph heigth.

Namespace: Altaxo.Gui.Graph.Gdi.Viewing
Assembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public double Margin { get; set; }

Property Value

Double
The margin value. Must be a non-negative value, otherwise a ArgumentOutOfRangeException is thrown.
See Also