ChartCollection
Contenido
[
Ocultar
]ChartCollection class
Encapsula una colección deChart
objetos.
public class ChartCollection : CollectionBase<Chart>
Propiedades
Nombre | Descripción |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Obtiene elChart elemento en el índice especificado. (2 indexers) |
Item { get; set; } |
Métodos
Nombre | Descripción |
---|---|
Add(ChartType, int, int, int, int) | Agrega un gráfico a la colección. |
Add(ChartType, string, bool, int, int, int, int) | Agrega un gráfico a la colección. |
AddFloatingChart(ChartType, int, int, int, int) | Agrega un gráfico a la colección. |
BinarySearch(Chart) | |
BinarySearch(Chart, IComparer<Chart>) | |
BinarySearch(int, int, Chart, IComparer<Chart>) | |
Clear() | Borrar todos los gráficos. (2 methods) |
Contains(Chart) | |
CopyTo(Chart[]) | |
CopyTo(Chart[], int) | |
CopyTo(int, Chart[], int, int) | |
Exists(Predicate<Chart>) | |
Find(Predicate<Chart>) | |
FindAll(Predicate<Chart>) | |
FindIndex(Predicate<Chart>) | |
FindIndex(int, Predicate<Chart>) | |
FindIndex(int, int, Predicate<Chart>) | |
FindLast(Predicate<Chart>) | |
FindLastIndex(Predicate<Chart>) | |
FindLastIndex(int, Predicate<Chart>) | |
FindLastIndex(int, int, Predicate<Chart>) | |
GetEnumerator() | |
IndexOf(Chart) | |
IndexOf(Chart, int) | |
IndexOf(Chart, int, int) | |
LastIndexOf(Chart) | |
LastIndexOf(Chart, int) | |
LastIndexOf(Chart, int, int) | |
RemoveAt(int) | Eliminar un gráfico en el índice específico. (2 methods) |
Ejemplos
[C#]
Workbook workbook = new Workbook();
ChartCollection charts = workbook.Worksheets[0].Charts;
[Visual Basic]
Dim workbook as Workbook = new Workbook()
Dim ChartCollection as Charts = workbook.Worksheets(0).Charts
Ver también
- class CollectionBase<T>
- class Chart
- espacio de nombres Aspose.Cells.Charts
- asamblea Aspose.Cells