Click or drag to resize

GraphControllerSizeOfGraphWithMargin Property

Gets the size (in points = 1/72 inch) of the graph with margin (without zoom).

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

Property Value

PointD2D
The size of the graph with margin arount it.
See Also