GraphDocumentBaseSize Property |
Gets/sets the size of this graph in points (1/72 inch). The value returned is exactly the size in points that an image of the graph on 2D paper will take.
Namespace: Altaxo.GraphAssembly: AltaxoBase (in AltaxoBase.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public abstract PointD2D Size { get; set; }
Property Value
PointD2D
The size of the graph in points (1/72 inch).
See Also