Skip to main content
A newer version of this page is available. .

DataSourceValues Members

Represents a dictionary containing values from a chart’s data source for a particular argument.

Properties

Name Description
Comparer Gets the IComparer<T> used to order the elements of the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
Count Gets the number of key/value pairs contained in the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
Item[TKey] Gets or sets the value associated with the specified key. Inherited from SortedDictionary<TKey,TValue>.
Keys Gets a collection containing the keys in the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
ICollection.IsSynchronized Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from SortedDictionary<TKey,TValue>.
ICollection.SyncRoot Gets an object that can be used to synchronize access to the ICollection. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.IsFixedSize Gets a value indicating whether the IDictionary has a fixed size. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.IsReadOnly Gets a value indicating whether the IDictionary is read-only. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Item[Object] Gets or sets the element with the specified key. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Keys Gets an ICollection containing the keys of the IDictionary. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Values Gets an ICollection containing the values in the IDictionary. Inherited from SortedDictionary<TKey,TValue>.
Values Gets a collection containing the values in the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.

Methods

Name Description
Add(TKey, TValue) Adds an element with the specified key and value into the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
Clear() Removes all elements from the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
ContainsKey(TKey) Determines whether the SortedDictionary<TKey,TValue> contains an element with the specified key. Inherited from SortedDictionary<TKey,TValue>.
ContainsValue(TValue) Determines whether the SortedDictionary<TKey,TValue> contains an element with the specified value. Inherited from SortedDictionary<TKey,TValue>.
CopyTo(KeyValuePair<TKey,TValue>[], Int32) Copies the elements of the SortedDictionary<TKey,TValue> to the specified array of KeyValuePair<TKey,TValue> structures, starting at the specified index. Inherited from SortedDictionary<TKey,TValue>.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
GetEnumerator() Returns an enumerator that iterates through the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Remove(TKey) Removes the element with the specified key from the SortedDictionary<TKey,TValue>. Inherited from SortedDictionary<TKey,TValue>.
ICollection.CopyTo(Array, Int32) Copies the elements of the ICollection<T> to an array, starting at the specified array index. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Add(Object, Object) Adds an element with the provided key and value to the IDictionary. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Contains(Object) Determines whether the IDictionary contains an element with the specified key. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.GetEnumerator() Returns an IDictionaryEnumerator for the IDictionary. Inherited from SortedDictionary<TKey,TValue>.
IDictionary.Remove(Object) Removes the element with the specified key from the IDictionary. Inherited from SortedDictionary<TKey,TValue>.
IEnumerable.GetEnumerator() Returns an enumerator that iterates through the collection. Inherited from SortedDictionary<TKey,TValue>.
ToString() Returns a string that represents the current object. Inherited from Object.
TryGetValue(TKey, TValue) Gets the value associated with the specified key. Inherited from SortedDictionary<TKey,TValue>.
See Also