[]
Represents a collection of chart objects.
[ListBindable(false)]
public class SpreadChartCollection : CollectionBase, IList, ICollection, IEnumerable<SpreadChart>, IReadOnlyCollection<IComponent>, IEnumerable<IComponent>, IEnumerable
<ListBindable(False)>
Public Class SpreadChartCollection
Inherits CollectionBase
Implements IList, ICollection, IEnumerable(Of SpreadChart), IReadOnlyCollection(Of IComponent), IEnumerable(Of IComponent), IEnumerable
Name | Description |
---|---|
SpreadChartCollection(SheetView) | Initializes a new instance of the FpChartCollection class. |
Name | Description |
---|---|
this[int] | Gets the FarPoint.Win.Spread.FpChart at the specified index. |
this[string] | Gets the FarPoint.Win.Spread.Chart.FpChart with the specified chart name. |
Name | Description |
---|---|
Add(SpreadChart) | Adds an chart to the FpChartCollection. |
AddRange(SpreadChart[]) | Adds the range. |
Contains(SpreadChart) | Determines whether the chart collection contains a specified chart. |
Contains(string) | Determines whether the chart collection contains the specified chart. |
IndexOf(SpreadChart) | Determines the index of a specific chart in the FpChartCollection. |
Insert(int, SpreadChart) | Inserts a chart into the collection at the specified index. |
OnClear() | Performs additional custom processes when clearing the contents of the CollectionBase instance. |
OnRemove(int, object) | Performs additional custom processes when removing an element from the CollectionBase instance. |
Remove(SpreadChart) | Removes the specified chart. |