Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Chart |
SlidesApi.createChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage)
Add a new category to a chart.
|
Chart |
SlidesApi.createChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Add a new data point to a chart series.
|
Chart |
SlidesApi.createChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
Chart |
SlidesApi.deleteChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage)
Delete a category from a chart.
|
Chart |
SlidesApi.deleteChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage)
Delete a data point from a chart series.
|
Chart |
SlidesApi.deleteChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage)
Delete a series from a chart.
|
Chart |
SlidesApi.updateChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
Chart |
SlidesApi.updateChartDataPoint(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Update a data point in a chart series.
|
Chart |
SlidesApi.updateChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage)
Update a series in a chart.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Chart> |
SlidesApi.createChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage)
Add a new category to a chart.
|
ApiResponse<Chart> |
SlidesApi.createChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Add a new data point to a chart series.
|
ApiResponse<Chart> |
SlidesApi.createChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
ApiResponse<Chart> |
SlidesApi.deleteChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage)
Delete a category from a chart.
|
ApiResponse<Chart> |
SlidesApi.deleteChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage)
Delete a data point from a chart series.
|
ApiResponse<Chart> |
SlidesApi.deleteChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage)
Delete a series from a chart.
|
ApiResponse<Chart> |
SlidesApi.updateChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
ApiResponse<Chart> |
SlidesApi.updateChartDataPointWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage)
Update a data point in a chart series.
|
ApiResponse<Chart> |
SlidesApi.updateChartSeriesWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage)
Update a series in a chart.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.createChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new category to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.createChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new data point to a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.createChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Add a new series to a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a category from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a data point from a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.deleteChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Delete a series from a chart.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartCategoryAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a chart category.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartDataPointAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Integer pointIndex,
DataPoint dataPoint,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a data point in a chart series.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartSeriesAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage,
ApiCallback<Chart> callback)
Update a series in a chart.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.addCategoriesItem(ChartCategory categoriesItem) |
Chart |
Chart.addSeriesItem(Series seriesItem) |
Chart |
Chart.axes(Axes axes) |
Chart |
Chart.backWall(ChartWall backWall) |
Chart |
Chart.categories(List<ChartCategory> categories) |
Chart |
Chart.chartType(Chart.ChartTypeEnum chartType) |
Chart |
Chart.floor(ChartWall floor) |
Chart |
Chart.legend(Legend legend) |
Chart |
Chart.plotArea(PlotArea plotArea) |
Chart |
Chart.series(List<Series> series) |
Chart |
Chart.showDataLabelsOverMaximum(Boolean showDataLabelsOverMaximum) |
Chart |
Chart.sideWall(ChartWall sideWall) |
Chart |
Chart.title(ChartTitle title) |
Copyright © 2022. All rights reserved.