Nevron .NET Vision
Nevron.Chart.WinForm Namespace / NChartControl Class
Members


In This Topic
    NChartControl Class
    In This Topic
    The NChartControl class represents Nevron Chart for .NET used in Windows forms.
    Object Model
    NChartControl Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Chart.WinForm.NChartControl, "NChartControl.bmp")>
    <System.ComponentModel.DesignerAttribute(Nevron.Chart.WinForm.NChartControlDesigner)>
    <System.ComponentModel.LicenseProviderAttribute(Nevron.Chart.WinForm.NChartControlLicenseProvider)>
    <System.ComponentModel.Design.Serialization.DesignerSerializerAttribute(Nevron.Chart.WinForm.NChartControlCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)>
    <System.ComponentModel.DefaultPropertyAttribute("Text")>
    <System.ComponentModel.DefaultEventAttribute("Click")>
    <System.ComponentModel.ToolboxItemFilterAttribute("System.Windows.Forms")>
    <System.ComponentModel.DesignerCategoryAttribute("Component")>
    Public Class NChartControl 
       Inherits System.Windows.Forms.Control
       Implements Nevron.Chart.INChartControl, Nevron.GraphicsCore.INControlStyleControl, Nevron.GraphicsCore.INWindowRenderSurfaceHost, Nevron.Serialization.INControl 
    'Usage
     
    
    Dim instance As NChartControl
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.Drawing.ToolboxBitmap(Nevron.Chart.WinForm.NChartControl, "NChartControl.bmp")]
    [System.ComponentModel.Designer(Nevron.Chart.WinForm.NChartControlDesigner)]
    [System.ComponentModel.LicenseProvider(Nevron.Chart.WinForm.NChartControlLicenseProvider)]
    [System.ComponentModel.Design.Serialization.DesignerSerializer(Nevron.Chart.WinForm.NChartControlCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)]
    [System.ComponentModel.DefaultProperty("Text")]
    [System.ComponentModel.DefaultEvent("Click")]
    [System.ComponentModel.ToolboxItemFilter("System.Windows.Forms")]
    [System.ComponentModel.DesignerCategory("Component")]
    public class NChartControl : System.Windows.Forms.Control, Nevron.Chart.INChartControl, Nevron.GraphicsCore.INControlStyleControl, Nevron.GraphicsCore.INWindowRenderSurfaceHost, Nevron.Serialization.INControl  
    Inheritance Hierarchy

    System.Object
       System.MarshalByRefObject
          System.ComponentModel.Component
             System.Windows.Forms.Control
                Nevron.Chart.WinForm.NChartControl

    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