Charting for WinForms Programmer's Guide
GdiGraphics.PageScale Property
See Also
 






Gets or sets the scaling between world units and page units for this GdiGraphics object.

Namespace: MindFusion.Drawing
Assembly: MindFusion.Common

 Syntax

C#  Copy Code

public virtual float PageScale { get; set; }

Visual Basic  Copy Code

Public Overridable Property PageScale As Single

 Property Value

This property specifies a value for the scaling between world units and page units for this GdiGraphics object.

 See Also

GdiGraphics Members
GdiGraphics Class
MindFusion.Drawing Namespace