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


In This Topic
    NTypeOfSelector Class
    In This Topic
    Represents a selector that will match if the element is derived from type.
    Object Model
    NTypeOfSelector Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NLogicalSelector)>
    <System.SerializableAttribute()>
    Public Class NTypeOfSelector 
       Inherits NSelector
    'Usage
     
    
    Dim instance As NTypeOfSelector
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NLogicalSelector)]
    [System.Serializable()]
    public class NTypeOfSelector : NSelector 
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NSelector
          Nevron.Chart.NTypeOfSelector

    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