ChartFormatCollection Class |
Namespace: Spire.Xls.Charts
The ChartFormatCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Capacity |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from
CollectionBase
T
.)
|
|
|
Count |
Gets the number of elements contained in the System.Collections.CollectionBase instance.
(Inherited from
CollectionBase
T
.)
|
|
|
InnerList |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
IsPrimary |
Indicates whether collection represents formats for primary axis;
(Inherited from
XlsChartFormatCollection
.)
|
|
|
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from
CollectionBase
T
.)
|
|
|
Item |
Gets chart format.
|
|
|
List |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
NeedSecondaryAxis |
Returns true if this collection is primary and contain series that need
secondary axis.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
Parent |
Read-oonly. The parent object for the specified object.
(Inherited from
CollectionExtended
T
.)
|
| Name | Description | |
|---|---|---|
|
|
Add(ChartFormat) |
Adds a chart format to the collection.
|
|
|
Add(XlsChartFormat) |
Adds the specified chart format to the current chart format settings.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
Add(XlsChartFormat, Boolean) |
Adds or replaces a chart format in the collection based on the specified condition.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
Clear |
Removes all objects from the System.Collections.CollectionBase instance.
(Inherited from
CollectionBase
T
.)
|
|
|
Clone |
Obsolete.
Clones current object.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
Contains |
Determines whether the collection contains a specific item.
(Inherited from
CollectionBase
T
.)
|
|
|
ContainsIndex |
Determines whether the collection contains an element at the specified index.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
CopyTo |
Copies the elements of the collection to an array, starting at a particular array index.
(Inherited from
CollectionBase
T
.)
|
|
|
EnsureCapacity |
Enlarges internal storage if necessary.
(Inherited from
CollectionExtended
T
.)
|
|
|
Equals |
Determines whether the specified object is equal to the current object.
(Inherited from
Object
.)
|
|
|
Finalize |
Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection.
(Inherited from
Object
.)
|
|
|
FindOrAdd |
Finds an existing XlsChartFormat that matches the provided format or adds the new format if it does not exist.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
FindParent(Type) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
|
|
FindParent(Type, Boolean) |
Method used to find parent within a specific type.
(Inherited from
CollectionExtended
T
.)
|
|
|
GetEnumerator |
Returns an enumerator that iterates through this instance.
(Inherited from
CollectionBase
T
.)
|
|
|
GetFormat |
Retrieves the chart format at the specified index.
|
|
|
GetHashCode |
Serves as the default hash function.
(Inherited from
Object
.)
|
|
|
GetType |
Gets the
Type
of the current instance.
(Inherited from
Object
.)
|
|
|
IndexOf |
Returns the zero-based index of the first occurrence of a specified item within the collection.
(Inherited from
CollectionBase
T
.)
|
|
|
Insert |
Inserts an element into the list at the specified index.
(Inherited from
CollectionBase
T
.)
|
|
|
MemberwiseClone |
Creates a shallow copy of the current
Object
.
(Inherited from
Object
.)
|
|
|
OnClear |
OnClear is invoked before Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnClearComplete |
OnClear is invoked after Clear behavior.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnInsert |
Performs additional processes before inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnInsertComplete |
Performs additional processes after inserting
a new element into the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnRemove |
Performs additional processes before removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnRemoveComplete |
Performs additional processes after removing
an element from the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnSet |
Performs additional processes before setting
a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
OnSetComplete |
Performs additional processes after setting a value in the collection.
(Inherited from
CollectionExtended
T
.)
|
|
|
Remove(Int32) |
Removes the element at the specified index of the list.
|
|
|
Remove(T) |
Removes the first occurrence of a specific object from the collection.
(Inherited from
CollectionBase
T
.)
|
|
|
RemoveAt |
Removes the element at the specified index of this instance.
(Inherited from
CollectionBase
T
.)
|
|
|
SetIndex |
Obsolete.
Sets value by index.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
SetParent |
Sets parent object for class.
(Inherited from
CollectionExtended
T
.)
|
|
|
ToString |
Returns a string that represents the current object.
(Inherited from
Object
.)
|
|
|
UpdateFormatsOnAdding |
Obsolete.
Updates formats on adding format.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
UpdateFormatsOnRemoving |
Obsolete.
Updates formats on removing.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
UpdateIndexesAfterRemove |
Obsolete.
Updates indexes in collection after remove.
(Inherited from
XlsChartFormatCollection
.)
|
|
|
UpdateSeriesByChartGroup |
Obsolete.
Changes serie chart group in all series.
(Inherited from
XlsChartFormatCollection
.)
|
| Name | Description | |
|---|---|---|
|
|
Changed |
Change in the collection.
(Inherited from
CollectionExtended
T
.)
|