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


In This Topic
    PrintManager Property
    In This Topic
    Retrieves the chart print manager.
    Syntax
    'Declaration
     
    <CategoryAttribute("Xceed Chart for WinForms")>
    <DescriptionAttribute("Build in print manager")>
    <DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Visible)>
    Public Property PrintManager As PrintManager
    'Usage
     
    Dim instance As ChartControl
    Dim value As PrintManager
     
    instance.PrintManager = value
     
    value = instance.PrintManager
    [Category("Xceed Chart for WinForms")]
    [Description("Build in print manager")]
    [DesignerSerializationVisibility(DesignerSerializationVisibility.Visible)]
    public PrintManager PrintManager {get; set;}
    Remarks
    Xceed Chart for WinForms has a build in print manager that can help you in many aspects related to printing. For example it can automatically detect the printer resolution and calculate the best scaling ratio in order for the chart to have a good quality, because most printers have better resolution than the monitor.
    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