Nevron .NET Vision
Chart for .NET / User's Guide / Printing / Printing Overview

In This Topic
    Printing Overview
    In This Topic

    Nevron Chart for .NET has extensive printing support that enables you to directly print charts or to embed chart images in your printer jobs with ease. It also provides print preview functionality, multi page printing, ways to control the page layout, support for printer friendly charts and more. The functionality related to printing is exposed from the NPrintManager object. You create a new instance of the print manager in the following manner:

    C#
    Copy Code
    NPrintManager printManager = new NPrintManager(chartControl.Document);
    
    Visual Basic
    Copy Code
    Dim printManager As New NPrintManager(chartControl.Document)
    

    The following topics will teach you how to use the NPrintManager in your applications.