NevronOpenVision
Nevron.Nov.Chart Namespace / NDataPointCollection<TDataPoint> Class


In This Topic
    NDataPointCollection<TDataPoint> Class Methods
    In This Topic

    For a list of all members of this type, see NDataPointCollection<TDataPoint> members.

    Public Methods
     NameDescription
    Public MethodBinds this collection to the specified data source.  
    Public MethodGets the specified series values, converted to the specified type.  
    Public MethodCreates an array variant, that contains the values of the the data point properties with the specified name.  
    Public MethodOverloaded. Imports the values from the specified enumerable as values for the specified data points series. Optionally clears the data points first.  
    Public MethodSets an array variant, usually obtained from the NFormulaCalculator to the data points of this series.  
    Public MethodUnbinds the data point collection  
    Public MethodPerforms any pending data-binding updates from the data source  
    Top
    Protected Methods
     NameDescription
    Protected MethodOverridden.   
    Protected MethodCalled when the data source has changed from the specified old one to the new one.  
    Protected MethodCalled when multiple rows from the grid data source have been inserted, removed or their values have changed.  
    Protected MethodCalled when a row has been inserted in the grid data source.  
    Protected MethodCalled when a row has been removed from the grid data source.  
    Protected MethodCalled when a row;field value from the grid data source has changed.  
    Internal MethodOverridden.   
    Top
    See Also