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


In This Topic
    NChartControl Class
    In This Topic
    The NChartControl class represents Nevron Chart for .NET used in ASPX web forms.
    Object Model
    NChartControl Class
    Syntax
    'Declaration
     
    
    <System.Web.UI.ToolboxDataAttribute("<{0}:NChartControl runat=server></{0}:NChartControl>")>
    <System.Drawing.ToolboxBitmapAttribute(Nevron.Chart.WebForm.NChartControl)>
    <System.ComponentModel.DesignerAttribute(Nevron.Chart.WebForm.NChartControlDesigner)>
    <System.ComponentModel.Design.Serialization.DesignerSerializerAttribute(Nevron.Chart.WebForm.NChartControlCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)>
    <System.Web.UI.PersistChildrenAttribute(False)>
    <System.Web.UI.ParseChildrenAttribute(True)>
    <System.Web.UI.ThemeableAttribute(True)>
    <System.ComponentModel.BindableAttribute(True)>
    <System.ComponentModel.DefaultPropertyAttribute("ID")>
    <System.ComponentModel.DesignerCategoryAttribute("Code")>
    <System.ComponentModel.ToolboxItemFilterAttribute("System.Web.UI", ToolboxItemFilterType.Require)>
    <System.ComponentModel.ToolboxItemAttribute("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")>
    Public Class NChartControl 
       Inherits Nevron.UI.WebForm.Controls.NImage
       Implements Nevron.Chart.INChartControl, Nevron.INReferenceProvider, Nevron.Serialization.INControl, Nevron.UI.WebForm.Controls.INAjaxControl, Nevron.UI.WebForm.Controls.INWebImageControl 
    'Usage
     
    
    Dim instance As NChartControl
    [System.Web.UI.ToolboxData("<{0}:NChartControl runat=server></{0}:NChartControl>")]
    [System.Drawing.ToolboxBitmap(Nevron.Chart.WebForm.NChartControl)]
    [System.ComponentModel.Designer(Nevron.Chart.WebForm.NChartControlDesigner)]
    [System.ComponentModel.Design.Serialization.DesignerSerializer(Nevron.Chart.WebForm.NChartControlCodeDomSerializer, System.ComponentModel.Design.Serialization.CodeDomSerializer)]
    [System.Web.UI.PersistChildren(false)]
    [System.Web.UI.ParseChildren(true)]
    [System.Web.UI.Themeable(true)]
    [System.ComponentModel.Bindable(true)]
    [System.ComponentModel.DefaultProperty("ID")]
    [System.ComponentModel.DesignerCategory("Code")]
    [System.ComponentModel.ToolboxItemFilter("System.Web.UI", ToolboxItemFilterType.Require)]
    [System.ComponentModel.ToolboxItem("System.Web.UI.Design.WebControlToolboxItem, System.Design, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a")]
    public class NChartControl : Nevron.UI.WebForm.Controls.NImage, Nevron.Chart.INChartControl, Nevron.INReferenceProvider, Nevron.Serialization.INControl, Nevron.UI.WebForm.Controls.INAjaxControl, Nevron.UI.WebForm.Controls.INWebImageControl  
    Inheritance Hierarchy

    System.Object
       System.Web.UI.Control
          System.Web.UI.WebControls.WebControl
             Nevron.UI.WebForm.Controls.NWebControl
                Nevron.UI.WebForm.Controls.NImage
                   Nevron.Chart.WebForm.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