2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1ChartBase Namespace / baseChart Class / DrawFactor Property

In This Topic
    DrawFactor Property (baseChart)
    In This Topic
    Gets the DrawFactor of the chart element is set in DrawWithPrinter and accounts for 100/dpi inflation.
    Syntax
    'Declaration
     
    Public ReadOnly Property DrawFactor As System.Drawing.SizeF
    public System.Drawing.SizeF DrawFactor {get;}
    See Also