Nevron .NET Vision
Nevron.Chart Namespace / NDataSeriesCollection Class
Properties Methods


In This Topic
    NDataSeriesCollection Class Members
    In This Topic

    The following tables list the members exposed by NDataSeriesCollection.

    Public Constructors
     NameDescription
    Public ConstructorCreates an empty data series collection.  
    Top
    Public Properties
     NameDescription
    Public PropertyObtains the data series count  
    Public PropertyGets the data series at the specified index  
    Top
    Public Methods
     NameDescription
    Public MethodAdds a new data series in the collection  
    Public MethodAligns the data series contained in the collection  
    Public MethodClears the collection (removes all contained data series)  
    Public MethodExports the collection to a data table.  
    Public MethodRemoves the indexes which are not contained in the specified subset.  
    Public MethodFills the contained data series from the OleDbDataReader column names specified by the arrColumnNames array.  
    Public MethodFills the contained data series from the DataTable column names specified by the arrColumnNames array.  
    Public MethodFills the contained data series from the DataView column names specified by the arrColumnNames array.  
    Public MethodFinds the index data series which corresponds to the specified mask  
    Public MethodQueries for the data series with the specifed name  
    Public Method  
    Public MethodGets the data series mask at the specified index  
    Public MethodChecks whether the data series contained in the collection have the same length.  
    Public MethodRemoves the data series at the specified index  
    Public MethodRemoves a range of data series from the collection  
    Public MethodRemoves the specified subset from all contained data series.  
    Public MethodOverloaded. Sorts the contained data series in the specified sort manner.  
    Top
    See Also