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


In This Topic
    NEmptySelector Class
    In This Topic
    Represents an empty selector (e.g. a selector that does not return matches)
    Object Model
    NEmptySelector Class
    Syntax
    'Declaration
     
    
    <System.Xml.Serialization.XmlIncludeAttribute(Nevron.Chart.NLogicalSelector)>
    <System.SerializableAttribute()>
    Public Class NEmptySelector 
       Inherits NSelector
    'Usage
     
    
    Dim instance As NEmptySelector
    [System.Xml.Serialization.XmlInclude(Nevron.Chart.NLogicalSelector)]
    [System.Serializable()]
    public class NEmptySelector : NSelector 
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NSelector
          Nevron.Chart.NEmptySelector

    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