GraphDocumentSize Property |
Gets/sets the size of this graph in points (1/72 inch). The value returned is exactly the size of the root layer.
Namespace: Altaxo.Graph.Graph3DAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public override PointD2D Size { get; set; }
Property Value
PointD2D
The size of the graph in points (1/72 inch).
See Also