|
Add(KeyValuePair<Int32, DataLabelEx>)
|
Adds a key/value pair to the extended data label collection.
|
|
Add(Int32, DataLabelEx)
|
Adds a data label with the specified key.
|
|
Clear()
|
Removes all data labels from the collection.
|
|
Clone()
|
Creates a copy of the current extended data labels collection object.
|
|
Contains(KeyValuePair<Int32, DataLabelEx>)
|
Determines whether the collection contains the specified key/value pair.
|
|
ContainsKey(Int32)
|
Determines whether the collection contains a label for the specified key.
|
|
CopyTo(KeyValuePair<Int32, DataLabelEx>[], Int32)
|
Copies collection elements to an array, starting at the specified index.
|
|
Equals(Object, Object)
static
|
Determines whether the specified object instances are considered equal.
|
|
Equals(Object)
|
Determines whether the specified object is equal to the current object.
|
|
GetEnumerator()
|
Returns an enumerator that iterates through the collection.
|
|
GetHashCode()
|
Serves as the default hash function.
|
|
GetType()
|
Gets the Type of the current instance.
|
|
MemberwiseClone()
protected
|
Creates a shallow copy of the current Object.
|
|
ReferenceEquals(Object, Object)
static
|
Determines whether the specified Object instances are the same instance.
|
|
Remove(KeyValuePair<Int32, DataLabelEx>)
|
Removes the specified key/value pair from the collection.
|
|
Remove(Int32)
|
Removes the extended data label with the specified key.
|
|
ToString()
|
Returns a string that represents the current object.
|
|
TryGetValue(Int32, out DataLabelEx)
|
Gets the value associated with the specified key.
|