Dundas.SharePoint.Charting.WebParts Send comments on this topic.
DataPointCollection Class Members
See Also  Properties  Methods 
Dundas.Charting.WebControl Namespace : DataPointCollection Class


The following tables list the members exposed by DataPointCollection.

Public Constructors

  Name Description
Public Constructor DataPointCollection Constructor Data Point Collection object constructor.  
Top

Public Properties

  Name Description
Public Property Count Number of items in the collection.  
Public Property IsFixedSize Gets a value indicating whether the collection has a fixed size.  
Public Property IsReadOnly Gets a value indicating whether the collection is read-only.  
Public Property IsSynchronized Gets a value indicating whether access to the collection is synchronized (thread-safe).  
Public Property Item Indexer of the class. Returns the Data Point object by integer index.  
Public Property SyncRoot Gets an object that can be used to synchronize access to the collection.  
Top

Public Methods

  Name Description
Public Method Add Overloaded.  Add data point object into the collection.  
Public Method AddXY Overloaded.  Adds one data point with X value and one Y value.  
Public Method AddY Overloaded.  Adds one data point with one Y value.  
Public Method Clear Removes all items from the collection.  
Public Method Contains Check if specified object exists in the collection.  
Public Method CopyTo Copies all the elements of the current collection to the specified one-dimensional collection starting at the specified destination index.  
Public Method DataBind Data bind X, Y and other values (like Tooltip, Label,...) of the data points to the data source. Data source can be the Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow.  
Public Method DataBindXY Overloaded.  Data bind X and Y values of the data points to the data source. Data source can be the Array, Collection, Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow.  
Public Method DataBindY Overloaded.  Data bind Y values of the data points to the data source. Data source can be the Array, Collection, Ole(SQL)DataReader, DataView, DataSet, DataTable or DataRow.  
Public Method FindMaxValue Overloaded.  Find first point with Max value from specified index.  
Public Method FindMinValue Overloaded.  Find first point with Min value from specified index.  
Public Method FindValue Overloaded.  Find first point with Max value from specified index.  
Public Method GetEnumerator Get collection enumerator.  
Public Method IndexOf Gets first index of the collection item equal to the object provided.  
Public Method Insert Overloaded.  Insert data point object into the collection.  
Public Method InsertXY Insert one data point with X value and one or more Y values.  
Public Method InsertY Insert one data point with one or more Y values.  
Public Method Remove Remove object from the collection  
Public Method RemoveAt Remove item from the collection by index.  
Public Method RemoveRange Removes a range of data points from the collection.  
Top

See Also