ChartData Class |
Namespace: Aspose.Slides.Charts
The ChartData type exposes the following members.
Name | Description | |
---|---|---|
![]() ![]() | Categories |
Gets the primary categories (or both primary and secondary categories
if UseSecondaryCategories property is false).
Read-only IChartCategoryCollection.
|
![]() | ChartDataWorkbook |
Gets the cells factory to create cells used for chart series or categories.
Read-only IChartDataWorkbook.
|
![]() | DataSourceType |
Represents external workbook path if external data source, null otherwise
|
![]() | ExternalWorkbookPath |
Represents data source of the chart
|
![]() ![]() | SecondaryCategories |
Gets the secondary categories if UseSecondaryCategories property is true.
Read-only IChartCategoryCollection.
|
![]() | Series |
Gets the series.
Read-only IChartSeriesCollection.
|
![]() | SeriesGroups |
Gets the groups of series.
Read-only IChartSeriesGroupCollection.
|
![]() ![]() | UseSecondaryCategories |
If false then SecondaryCategories property return null and data
in Categories property is used both for primary and secondary series.
If true then data in SecondaryCategories property is used for secondary series and data
in Categories property is used for primary series.
Read/write Boolean.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | ReadWorkbookStream |
Writes the internally contained Excel workbook it into an in-memory stream.
|
![]() ![]() | SetExternalWorkbook(String) |
Sets external workbook as a data source for the chart. Chart data will be updated from the target workbook.
|
![]() ![]() | SetExternalWorkbook(String, Boolean) |
Sets external workbook as a data source for the chart.
|
![]() | SetRange |
Set chart data range. Series and categories will be updated based on new data range.
If amount of series in data range greater than count of series in the chart data then additional series with the same type
as a last series in the current collection will be added to the end of the collection.
|
![]() | SwitchRowColumn |
Swap the data over the axis.
Data being charted on the X axis will move to the Y axis and vice versa.
|
![]() | ToString | (Inherited from Object.) |
![]() | WriteWorkbookStream |
Initializes the internally contained Excel workbook with user-specified value.
|