Winnovative Excel Library for .NET
ExcelChartsCollection Class
NamespacesWinnovative.ExcelLibExcelChartsCollection
Winnovative Excel Library for .NET
Represents the collection of charts in a worksheet
Declaration Syntax
C#Visual BasicVisual C++
public class ExcelChartsCollection
Public Class ExcelChartsCollection
public ref class ExcelChartsCollection
Members
All MembersMethodsProperties



IconMemberDescription
AddChart(ExcelChartType)
Use this type of constructor when the series will be manually added to the chart, otherwise use the constructor accepting the data source range parameter. Adds a new chart to the collection without specifying the data source range. The location and the size of the chart inside the worksheet are the default ones.

AddChart(ExcelChartType, Int32, Int32, Int32, Int32)
Use this type of constructor when the series will be manually added to the chart, otherwise use the constructor accepting the data source range parameter. Adds a new chart to the collection without specifying the data source range. The location and the size of the chart inside the worksheet are specified by the left column, top row, right column and bottom row parameters.

AddChart(ExcelChartType, ExcelRange, Boolean)
Adds a new chart to the collection. The data source range of the chart is specified as the dataSourceRange parameter. The chart series are automatically generated from the the data source. The location and the size of the chart inside the worksheet are the default ones.

AddChart(ExcelChartType, ExcelRange, Boolean, Int32, Int32, Int32, Int32)
Adds a new chart to the collection. The data source range of the chart is specified as the dataSourceRange parameter. The chart series are automatically generated from the the data source. The location and the size of the chart inside the worksheet are specified by the left column, top row, right column and bottom row parameters.

Count
Gets the number of charts in this collection.

Equals(Object)
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize()()()
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetEnumerator()()()
Gets the collection enumerator

GetHashCode()()()
Serves as a hash function for a particular type.
(Inherited from Object.)
GetType()()()
Gets the Type of the current instance.
(Inherited from Object.)
Item[([(Int32])])
Gets the chart at the specified index from collection.

MemberwiseClone()()()
Creates a shallow copy of the current Object.
(Inherited from Object.)
RemoveChart(Int32)
Removes the chart at the specified zero based index from collection

ToString()()()
Returns a String that represents the current Object.
(Inherited from Object.)
Worksheet
Gets the worksheet of this charts collection

Inheritance Hierarchy
Object
ExcelChartsCollection

Assembly: Winnovative.ExcelLib (Module: Winnovative.ExcelLib) Version: 2.1.0.0 (2.1.0.0)