Xceed Chart for WinForms v4.4 Documentation
DataSeries Class Methods


Xceed.Chart.Core.v4.4 Assembly > Xceed.Chart.Core Namespace : DataSeries Class

For a list of all members of this type, see DataSeries members.

Public Methods
 NameDescription
Public MethodOverridden. Adds an object to the end of the data series.  
Public MethodOverridden. Adds the elements of the specified collection to the end of the data series. The operation is type safe.  
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public MethodOverridden. Creates a copy of the data series.  
Public Method (Inherited from System.Collections.ArrayList)
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
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.  
Public MethodThe data series is filled from the specified collumn of the OleDbDataReader.  
Public MethodThe data series is filled with the objects contained in columnName of the specified DataTable.  
Public MethodThe data series is filled with the objects contained in columnName of the specified DataView.  
Public MethodThe data series is filled from the enumerator which is obtained from the specified enumerable interface.  
Public MethodFills the data series with random data.  
Public MethodFills a data series containing double values with itemCount elements whose values are in the range from nFrom to nTo.  
Public MethodObtains a data series subset containing only the indexes of the values which mach the specified criteria.  
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 string contained in the data series which is equal to stringToFind.  
Public MethodOverloaded. Finds the index of the first value contained in the data series which is equal to valueToFind.  
Public MethodReturns a data grid column style which can be used for the visual editing of the data series  
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public MethodGets the value for the specified index  
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Public MethodRemoves the indexes contained in the specified data series subset from the data series.  
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public MethodOverridden. Copies the elements of a collection over a range of elements in the Data Series.  
Public MethodOverloaded. Sorts the values in the order specified by the order argument.  
Public MethodOverloaded.  (Inherited from System.Collections.ArrayList)
Public Method (Inherited from System.Collections.ArrayList)
Top
See Also

Reference

DataSeries Class
Xceed.Chart.Core Namespace