Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / PrintManager Class / Scale2DObjects Property
Example


In This Topic
    Scale2DObjects Property (PrintManager)
    In This Topic
    Scaling of the two dimensional elements of the chart.
    Syntax
    'Declaration
     
    Public Property Scale2DObjects As Single
    'Usage
     
    Dim instance As PrintManager
    Dim value As Single
     
    instance.Scale2DObjects = value
     
    value = instance.Scale2DObjects
    public float Scale2DObjects {get; set;}
    Remarks
    This scaling parameter applies on all objects whose size is specified in pixels (or device units) like labels, fonts, legends etc. Note that this scale is cumulative with the quality scale which is applied on all chart elements.
    Example
    The following code will scale 2D objects twice when printing.
    ChartControl.PrintManager.Scale2DObjects = 2;
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also