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.
|
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.createChartCategoryCall(String name,
Integer slideIndex,
Integer shapeIndex,
ChartCategory category,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChartCategory
|
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.
|
Chart |
SlidesApi.updateChartCategory(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
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.updateChartCategoryCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChartCategory
|
ApiResponse<Chart> |
SlidesApi.updateChartCategoryWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Integer categoryIndex,
ChartCategory category,
String password,
String folder,
String storage)
Update a chart category.
|
Modifier and Type | Method and Description |
---|---|
ChartCategory |
ChartCategory.addDataPointsItem(OneValueChartDataPoint dataPointsItem) |
ChartCategory |
ChartCategory.addParentCategoriesItem(String parentCategoriesItem) |
ChartCategory |
ChartCategory.dataPoints(List<OneValueChartDataPoint> dataPoints) |
ChartCategory |
ChartCategory.effectFormat(EffectFormat effectFormat) |
ChartCategory |
ChartCategory.fillFormat(FillFormat fillFormat) |
ChartCategory |
ChartCategory.level(Integer level) |
ChartCategory |
ChartCategory.lineFormat(LineFormat lineFormat) |
ChartCategory |
ChartCategory.parentCategories(List<String> parentCategories) |
ChartCategory |
ChartCategory.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<ChartCategory> |
Chart.getCategories()
Gets or sets the categories for chart data
|
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.addCategoriesItem(ChartCategory categoriesItem) |
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.categories(List<ChartCategory> categories) |
void |
Chart.setCategories(List<ChartCategory> categories) |
Copyright © 2023. All rights reserved.