Name | Description | |
---|---|---|
DataSeries Constructor |
The following tables list the members exposed by DataSeries.
Name | Description | |
---|---|---|
DataSeries Constructor |
Name | Description | |
---|---|---|
m_DataSeriesType | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_EmptyDataPoints | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_Parent | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_sName | This member is reserved for internal use and is not intended to be used directly from your code. | |
m_ValueFormat | This member is reserved for internal use and is not intended to be used directly from your code. |
Name | Description | |
---|---|---|
Capacity | (Inherited from System.Collections.ArrayList) | |
ColumnName | Gets or sets the column name of the data source bound to this data series. | |
Count | (Inherited from System.Collections.ArrayList) | |
DataSeriesType | Determines the type of objects contained in this data series. | |
EmptyDataPoints | Gives you access to the EmptyDataPoints object controlling the way in which empty data points are analized. | |
IsBind | Gets or sets a value indicating whether the DataBinding is enabled for this data series. | |
IsFixedSize | (Inherited from System.Collections.ArrayList) | |
IsReadOnly | (Inherited from System.Collections.ArrayList) | |
IsSynchronized | (Inherited from System.Collections.ArrayList) | |
Item | Overridden. Gets or sets the element at the specified index. This operation is type safe. | |
Name | Specifies the Name of the data series. | |
SyncRoot | (Inherited from System.Collections.ArrayList) | |
ValueFormatting | Gives you access to the ValueFormatting object controlling the formatting of the values contained in the data series. |
Name | Description | |
---|---|---|
Add | Overridden. Adds an object to the end of the data series. | |
AddRange | Overridden. Adds the elements of the specified collection to the end of the data series. The operation is type safe. | |
BinarySearch | Overloaded. (Inherited from System.Collections.ArrayList) | |
Clear | (Inherited from System.Collections.ArrayList) | |
Clone | Overridden. Creates a copy of the data series. | |
Contains | (Inherited from System.Collections.ArrayList) | |
CopyTo | Overloaded. (Inherited from System.Collections.ArrayList) | |
Evaluate | This method evaluates a single argument function on the specified data series subset. | |
ExtractSubset | Removes the indexes which are not contained in the specified subset. | |
FillFromDataReader | The data series is filled from the specified collumn of the OleDbDataReader. | |
FillFromDataTable | The data series is filled with the objects contained in columnName of the specified DataTable. | |
FillFromDataView | The data series is filled with the objects contained in columnName of the specified DataView. | |
FillFromEnumerable | The data series is filled from the enumerator which is obtained from the specified enumerable interface. | |
FillRandom | Fills the data series with random data. | |
FillRandomRange | Fills a data series containing double values with itemCount elements whose values are in the range from nFrom to nTo. | |
Filter | Obtains a data series subset containing only the indexes of the values which mach the specified criteria. | |
FindMaxValue | Finds the index of the maximum value contained in the data series. | |
FindMinValue | Finds the index of the minimum value contained in the data series. | |
FindString | Overloaded. Finds the index of the first string contained in the data series which is equal to stringToFind. | |
FindValue | Overloaded. Finds the index of the first value contained in the data series which is equal to valueToFind. | |
GetDataGridColumnStyle | Returns a data grid column style which can be used for the visual editing of the data series | |
GetEnumerator | Overloaded. (Inherited from System.Collections.ArrayList) | |
GetRange | (Inherited from System.Collections.ArrayList) | |
GetValueForIndex | Gets the value for the specified index | |
IndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Insert | (Inherited from System.Collections.ArrayList) | |
InsertRange | (Inherited from System.Collections.ArrayList) | |
LastIndexOf | Overloaded. (Inherited from System.Collections.ArrayList) | |
Remove | (Inherited from System.Collections.ArrayList) | |
RemoveAt | (Inherited from System.Collections.ArrayList) | |
RemoveRange | (Inherited from System.Collections.ArrayList) | |
RemoveSubset | Removes the indexes contained in the specified data series subset from the data series. | |
Reverse | Overloaded. (Inherited from System.Collections.ArrayList) | |
SetRange | Overridden. Copies the elements of a collection over a range of elements in the Data Series. | |
Sort | Overloaded. Sorts the values in the order specified by the order argument. | |
ToArray | Overloaded. (Inherited from System.Collections.ArrayList) | |
TrimToSize | (Inherited from System.Collections.ArrayList) |