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


In This Topic
    NDataSeriesDouble Class Members
    In This Topic

    The following tables list the members exposed by NDataSeriesDouble.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the capacity of the data series. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyThe number of elements contained in the Collection. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyDetermines the type of objects contained in this data series. (Inherited from Nevron.Chart.NDataSeriesBase)
    Public PropertyGets or sets the NEmptyDataPoints object controlling the way in which empty data points are analyzed.  
    Public PropertyGets/sets the id of the element (Inherited from Nevron.Chart.NChartElement)
    Public Property  
    Public PropertyDetermines whether the data series is with fixed size (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyDetermines whether the data series is read only (Inherited from Nevron.Chart.NDataSeries<double>)
    Public Propertytrue if access to the ICollection is synchronized (thread-safe); otherwise, false. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyGets or sets the item at the specified index. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyUser defined name of the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyAn object that can be used to synchronize access to the ICollection. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public PropertyUser defined data associated with the node (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets/sets the unique id of the element (Inherited from Nevron.Chart.NChartElement)
    Public PropertyGets or sets the NValueFormatter object controlling the formatting of the values contained in the data series.  
    Top
    Public Methods
     NameDescription
    Public MethodOverloaded. Adds a double value to the data series.  
    Public MethodOverloaded. Adds the elements of the specified double array to the end of the data series.  
    Public MethodRemoves all items from the data series. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodOverridden. Creates a copy of the data series.  
    Public MethodCreates an identical copy of the element, which differs only by the element unique id (Inherited from Nevron.Chart.NChartElement)
    Public MethodDetermines whether the data series contains the specified item (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodReturns true if the series contains empty data points (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodCopies the elements of the Collection to an Array, starting at a particular Array index. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodOverridden.   
    Public MethodThis method evaluates a single argument function on the specified data series subset.  
    Public MethodRemoves the indexes which are not contained in the specified subset. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodThe data series is filled from the specified column of the OleDbDataReader. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodThe data series is filled with the objects contained in columnName of the specified DataTable. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodThe data series is filled with the objects contained in columnName of the specified DataView. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodThe data series is filled from the enumerator which is obtained from the specified enumerable interface. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodFills the data series with random data. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodFills a data series with itemCount random double values in the range defined by the "from" and "to" parameters.  
    Public MethodObtains a data series subset containing only the indexes of the values which match the specified criteria.  
    Public MethodFinds the index of the value closest to the specified value  
    Public MethodFinds the index of the maximum value contained in the data series.  
    Public MethodFinds the index of the minimum value contained in the data series.  
    Public MethodOverloaded. Finds the index of the first value contained in the data series which is equal to valueToFind.  
    Public MethodGets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodGets the name of the specified child attribute (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden. Returns a data grid column style which can be used for the visual editing of the data series.  
    Public MethodGets the double value at the specified index.  
    Public MethodReturns an enumerator that can iterate through a collection. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodGets the first non empty index  
    Public MethodGets the last non empty index  
    Public MethodGets the next index which contains non empty value  
    Public MethodGets the previous index which contains non empty values  
    Public MethodGets the items in the specified range (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodGets the value for the specified index. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodFinds the index of the first occurance of the specified item within the data series. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodInserts an item at the specified index. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodInserts a range of items in the data series after the specified index (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodOverloaded. Inserts a double value at the specified index.  
    Public MethodCalled by child or descendants attributes when an attribute has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property has changed (Inherited from Nevron.Chart.NChartElement)
    Public MethodCalled by child or descendants attributes when an attribute property is changing (Inherited from Nevron.Chart.NChartElement)
    Public MethodRemoves the specified item from the data series (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodRemoves the item at the specified index from the data series (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodRemoves a range of items from the data series (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodRemoves the indexes contained in the specified data series subset from the data series. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodReplaces any foreign unique ids (references to other nodes) (Inherited from Nevron.Chart.NChartElement)
    Public MethodSets a child or descendant attribute by its name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverloaded. Copies the elements of a collection over a range of elements in the Data Series. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodOverloaded. Sets a double value at the specified index.  
    Public MethodOverloaded. Sorts the values in the order specified by the order argument. (Inherited from Nevron.Chart.NDataSeries<double>)
    Public MethodOverriden to return the element name (Inherited from Nevron.Chart.NChartElement)
    Public MethodOverridden.   
    Top
    Protected Methods
     NameDescription
    Protected MethodCommits the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodResumes the history service. Pair it with the StartProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodObtains an context tree item from the specified unique id (Inherited from Nevron.Chart.NChartElement)
    Protected MethodGeneral property changed handler, which fires the NodePropertyChanged event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodGeneral property changing handler, which fires the NodePropertyChanging event (Inherited from Nevron.Chart.NChartNode)
    Protected MethodSafely pauses the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed (Inherited from Nevron.Chart.NChartElement)
    Protected MethodOverloaded. Records the entire state of the node (Inherited from Nevron.Chart.NChartElement)
    Protected MethodSafely resumes the history service (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRolls back the current transaction (Inherited from Nevron.Chart.NChartElement)
    Protected MethodRecords the state of the specified property before it is changed and pauses the history service. Pair it with the EndProperty method. (Inherited from Nevron.Chart.NChartElement)
    Protected MethodStarts a new transaction (Inherited from Nevron.Chart.NChartElement)
    Top
    See Also