Xceed Chart for WinForms v4.4 Documentation
Xceed.Chart.v4.4 Assembly / Xceed.Chart Namespace / PrintManager Class / UpdateChartImage Method


In This Topic
    UpdateChartImage Method
    In This Topic
    Updates the cached chart image.
    Syntax
    'Declaration
     
    Public Sub UpdateChartImage( _
       ByVal printDocument As PrintDocument _
    ) 
    'Usage
     
    Dim instance As PrintManager
    Dim printDocument As PrintDocument
     
    instance.UpdateChartImage(printDocument)
    public void UpdateChartImage( 
       PrintDocument printDocument
    )

    Parameters

    printDocument
    Remarks
    By default the print manager caches the chart image and then just draws it on the printer device. In some cases however you may wish to change this image Efor example if you have to print charts that use axis paging of if you want to include a label in the chart showing the current page.
    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