Inherits CollectionBase.
|
virtual Aspose::Cells::Systems::Int32 | AddFloatingChart (Aspose::Cells::Charts::ChartType type, Aspose::Cells::Systems::Int32 left, Aspose::Cells::Systems::Int32 top, Aspose::Cells::Systems::Int32 width, Aspose::Cells::Systems::Int32 height)=0 |
| Adds a chart to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Charts::ChartType type, Aspose::Cells::Systems::Int32 upperLeftRow, Aspose::Cells::Systems::Int32 upperLeftColumn, Aspose::Cells::Systems::Int32 lowerRightRow, Aspose::Cells::Systems::Int32 lowerRightColumn)=0 |
| Adds a chart to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Charts::ChartType type, intrusive_ptr< Aspose::Cells::Systems::String > dataRange, Aspose::Cells::Systems::Int32 topRow, Aspose::Cells::Systems::Int32 leftColumn, Aspose::Cells::Systems::Int32 rightRow, Aspose::Cells::Systems::Int32 bottomColumn)=0 |
| Adds a chart to the collection. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (intrusive_ptr< Aspose::Cells::Systems::Array1D< Aspose::Cells::Systems::Byte >> data, intrusive_ptr< Aspose::Cells::Systems::String > dataRange, bool isVertical, Aspose::Cells::Systems::Int32 topRow, Aspose::Cells::Systems::Int32 leftColumn, Aspose::Cells::Systems::Int32 rightRow, Aspose::Cells::Systems::Int32 bottomColumn)=0 |
| Adds a chart with preset template. More...
|
|
virtual Aspose::Cells::Systems::Int32 | Add (Aspose::Cells::Charts::ChartType type, intrusive_ptr< Aspose::Cells::Systems::String > dataRange, bool isVertical, Aspose::Cells::Systems::Int32 topRow, Aspose::Cells::Systems::Int32 leftColumn, Aspose::Cells::Systems::Int32 rightRow, Aspose::Cells::Systems::Int32 bottomColumn)=0 |
| Adds a chart to the collection. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IChart > | GetObjectByIndex (Aspose::Cells::Systems::Int32 index)=0 |
| Gets the IChart element at the specified index. More...
|
|
virtual intrusive_ptr< Aspose::Cells::Charts::IChart > | GetObjectByIndex (intrusive_ptr< Aspose::Cells::Systems::String > name)=0 |
| Gets the chart by the name. More...
|
|
virtual void | RemoveAt (Aspose::Cells::Systems::Int32 index)=0 |
| Remove a chart at the specific index. More...
|
|
virtual void | Clear ()=0 |
| Clear all charts. More...
|
|
Encapsulates a collection of Chart objects.
[C++]
intrusive_ptr<IChartCollection> charts = workbook->GetIWorksheets()->GetObjectByIndex(0)->GetICharts();