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


In This Topic
    NDataSeriesSubset Class
    In This Topic
    Represents a set of indexes in a data series.
    Object Model
    NDataSeriesSubset Class
    Syntax
    'Declaration
     
    
    <System.Runtime.InteropServices.ClassInterfaceAttribute(ClassInterfaceType.AutoDual)>
    <System.ComponentModel.EditorAttribute(Nevron.Editors.NObjectEditor, System.Drawing.Design.UITypeEditor)>
    <System.SerializableAttribute()>
    Public Class NDataSeriesSubset 
    'Usage
     
    
    Dim instance As NDataSeriesSubset
    [System.Runtime.InteropServices.ClassInterface(ClassInterfaceType.AutoDual)]
    [System.ComponentModel.Editor(Nevron.Editors.NObjectEditor, System.Drawing.Design.UITypeEditor)]
    [System.Serializable()]
    public class NDataSeriesSubset 
    Remarks
    An instance of this class is often used as an argument to functions operating only on specific subsets of the data series. The class provides functionality for the standard set operation (Combine, Intersect, Subtract etc.)
    Inheritance Hierarchy

    System.Object
       Nevron.Chart.NDataSeriesSubset

    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