Nevron .NET Vision
Nevron.Chart Namespace / NPrintManager Class
Members


In This Topic
    NPrintManager Class
    In This Topic
    The NPrintManager class can be used to print the chart
    Object Model
    NPrintManager Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlTypeAttribute(False)>
    Public Class NPrintManager 
       Implements Nevron.Globalization.INLocalizable, Nevron.INReferenceProvider 
    'Usage
     
    
    Dim instance As NPrintManager
    [System.Xml.Serialization.XmlType(false)]
    public class NPrintManager : Nevron.Globalization.INLocalizable, Nevron.INReferenceProvider  
    Remarks
    This class can be instanciated upon demand. The constructor must receive a reference to the chartt, which must be printed: NPrintManager printManager = new NPrintManager(chartControl);
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NPrintManager

    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