Add(DataMember)
|
Appends the specified DataMember object to the end of the collection.
|
AddRange(DataMember[])
|
Appends an array of data members to the collection.
|
Assign(ChartElement)
|
Copies all the settings from the ChartElement object passed as the parameter.
|
Clear()
|
Clears the collection.
|
Clone()
|
Creates a copy of the current ChartElement object.
|
Contains(ChartDataMemberType)
|
Determines whether the collection contains a data member of the specified type.
|
Contains(DataMember)
|
Determines whether the collection contains the specified data member.
|
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.
|
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(ChartDataMemberType)
|
Removes a data member of the specified type from the collection.
|
Remove(DataMember)
|
Removes the specified data member from the collection.
|
ToString()
|
Returns the textual representation of the chart element.
|