Xceed Chart for WinForms v4.4 Documentation
DataSeries Class Members
Fields  Properties  Methods 


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

The following tables list the members exposed by DataSeries.

Public Constructors
 NameDescription
Public Constructor  
Top
Protected Fields
 NameDescription
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
Protected FieldThis member is reserved for internal use and is not intended to be used directly from your code.  
Top
Public Properties
 NameDescription
Public Property (Inherited from System.Collections.ArrayList)
Public PropertyGets or sets the column name of the data source bound to this data series.  
Public Property (Inherited from System.Collections.ArrayList)
Public PropertyDetermines the type of objects contained in this data series.  
Public PropertyGives you access to the EmptyDataPoints object controlling the way in which empty data points are analized.  
Public PropertyGets or sets a value indicating whether the DataBinding is enabled for this data series.  
Public Property (Inherited from System.Collections.ArrayList)
Public Property (Inherited from System.Collections.ArrayList)
Public Property (Inherited from System.Collections.ArrayList)
Public PropertyOverridden. Gets or sets the element at the specified index. This operation is type safe.  
Public PropertySpecifies the Name of the data series.  
Public Property (Inherited from System.Collections.ArrayList)
Public PropertyGives you access to the ValueFormatting object controlling the formatting of the values contained in the data series.  
Top
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