Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Legend |
SlidesApi.setChartLegend(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Legend> |
SlidesApi.setChartLegendWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
Legend |
SlidesApi.setChartLegend(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartLegendAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage,
ApiCallback<Legend> callback)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartLegendCall(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartLegend
|
ApiResponse<Legend> |
SlidesApi.setChartLegendWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.setChartLegendAsync(String name,
Integer slideIndex,
Integer shapeIndex,
Legend legend,
String password,
String folder,
String storage,
ApiCallback<Legend> callback)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
Legend |
Legend.effectFormat(EffectFormat effectFormat) |
Legend |
Legend.fillFormat(FillFormat fillFormat) |
Legend |
Chart.getLegend()
Gets or sets the legend.
|
Legend |
Legend.hasLegend(Boolean hasLegend) |
Legend |
Legend.height(Double height) |
Legend |
Legend.lineFormat(LineFormat lineFormat) |
Legend |
Legend.overlay(Boolean overlay) |
Legend |
Legend.position(Legend.PositionEnum position) |
Legend |
Legend.width(Double width) |
Legend |
Legend.x(Double x) |
Legend |
Legend.y(Double y) |
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.legend(Legend legend) |
void |
Chart.setLegend(Legend legend) |
Copyright © 2022. All rights reserved.