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


In This Topic
    NChartClientServerTechnology Class
    In This Topic
    NChartClientServerTechnology is the base class for both post-back and AJAX technologies, used by the Nevron Chart web control.
    Object Model
    NChartClientServerTechnology Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class NChartClientServerTechnology 
       Inherits Nevron.UI.WebForm.Controls.NClientServerTechnology
    'Usage
     
    
    Dim instance As NChartClientServerTechnology
    public abstract class NChartClientServerTechnology : Nevron.UI.WebForm.Controls.NClientServerTechnology 
    Inheritance Hierarchy

    System.Object
       Nevron.UI.WebForm.Controls.NClientServerTechnology
          Nevron.Chart.WebForm.NChartClientServerTechnology
             Nevron.Chart.WebForm.NChartAjaxTechnology
             Nevron.Chart.WebForm.NChartPostbackTechnology

    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