Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Chart |
SlidesApi.createChartSeries(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage)
Add a new series to a chart.
|
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.createChartSeriesCall(String name,
Integer slideIndex,
Integer shapeIndex,
Series series,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for createChartSeries
|
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.
|
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.
|
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.
|
com.squareup.okhttp.Call |
SlidesApi.updateChartSeriesCall(String name,
Integer slideIndex,
Integer shapeIndex,
Integer seriesIndex,
Series series,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for updateChartSeries
|
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 | Class and Description |
---|---|
class |
BubbleSeries
A bubble series.
|
class |
OneValueSeries
One value series.
|
class |
ScatterSeries
A scatter series
|
class |
XYSeries
Common properties for Bubble and Scatter series.
|
Modifier and Type | Method and Description |
---|---|
Series |
Series.dataSourceForSeriesName(DataSource dataSourceForSeriesName) |
Series |
Series.effectFormat(EffectFormat effectFormat) |
Series |
Series.explosion(Integer explosion) |
Series |
Series.fillFormat(FillFormat fillFormat) |
Series |
Series.invertedSolidFillColor(String invertedSolidFillColor) |
Series |
Series.invertIfNegative(Boolean invertIfNegative) |
Series |
Series.isColorVaried(Boolean isColorVaried) |
Series |
Series.lineFormat(LineFormat lineFormat) |
Series |
Series.marker(SeriesMarker marker) |
Series |
Series.name(String name) |
Series |
Series.order(Integer order) |
Series |
Series.plotOnSecondAxis(Boolean plotOnSecondAxis) |
Series |
Series.smooth(Boolean smooth) |
Series |
Series.type(Series.TypeEnum type) |
Modifier and Type | Method and Description |
---|---|
List<Series> |
Chart.getSeries()
Gets or sets the series of chart data values.
|
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.addSeriesItem(Series seriesItem) |
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.series(List<Series> series) |
void |
Chart.setSeries(List<Series> series) |
Copyright © 2023. All rights reserved.