DataPointsCollection Constructor | Initializes a new instance of the DataPointsCollection class. |
Count (Inherited from System.Collections.CollectionBase) | |
Item | Gets or sets the DataPoint at the specified index. |
Add | Adds a DataPoint to the collection. |
AddRange | Adds a set of DataPoints to the collection. |
AddXY | Adds a DataPoint with the specified parameters to the DataPointsCollection. |
AddY | Adds a DataPoint with the specified y value to the DataPointsCollection. |
Clear (Inherited from System.Collections.CollectionBase) | |
Clone | Creates a clone of the DataPointsCollection. |
Contains | Determines whether the collection contains the specified DataPoint. |
CopyTo | Copies the collection to an array, starting at the specified index. |
DataBindXY | Overloaded. Binds the X value and Y values of the collection's DataPoints to a specified data source. |
DataBindY | Overloaded. Binds the Y value(s) of the collection's DataPoints to a specified data source. |
GetEnumerator (Inherited from System.Collections.CollectionBase) | |
IndexOf | Returns the index of the first occurrence of a value in the collection. |
Insert | Inserts the specified DataPoint into the collection at the specified index. |
Remove | Removes the specified DataPoint from the collection. |
RemoveAt (Inherited from System.Collections.CollectionBase) |
Change | Occurs when the content of the DataPointsCollection changes. |
DataPointsCollection Class | DataDynamics.ActiveReports.Chart Namespace
Copyright © 2004-2005 Data Dynamics, Ltd. All rights reserved.