DataSourceValues Methods
Represents a dictionary containing values from a chart’s data source for a particular argument.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