ChartCollection
İçindekiler
[
Saklamak
]ChartCollection class
Bir koleksiyonu kapsüllerChart
nesneler.
public class ChartCollection : CollectionBase<Chart>
Özellikleri
İsim | Tanım |
---|---|
Capacity { get; set; } | |
Count { get; } | |
Item { get; } | Chart belirtilen dizindeki öğe. (2 indexers) |
Item { get; set; } |
yöntemler
İsim | Tanım |
---|---|
Add(ChartType, int, int, int, int) | Koleksiyona bir grafik ekler. |
Add(ChartType, string, bool, int, int, int, int) | Koleksiyona bir grafik ekler. |
AddFloatingChart(ChartType, int, int, int, int) | Koleksiyona bir grafik ekler. |
BinarySearch(Chart) | |
BinarySearch(Chart, IComparer<Chart>) | |
BinarySearch(int, int, Chart, IComparer<Chart>) | |
Clear() | Tüm çizelgeleri temizleyin. (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) | Belirli dizindeki bir grafiği kaldırın. (2 methods) |
Örnekler
[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
Ayrıca bakınız
- class CollectionBase<T>
- class Chart
- ad alanı Aspose.Cells.Charts
- toplantı Aspose.Cells