Package | Description |
---|---|
com.aspose.slides.api | |
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
Axis |
SlidesApi.setChartAxis(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
ApiResponse<Axis> |
SlidesApi.setChartAxisWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
Axis |
SlidesApi.setChartAxis(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartAxisAsync(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage,
ApiCallback<Axis> callback)
Set chart axis.
|
com.squareup.okhttp.Call |
SlidesApi.setChartAxisCall(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage,
ProgressResponseBody.ProgressListener progressListener,
ProgressRequestBody.ProgressRequestListener progressRequestListener)
Build call for setChartAxis
|
ApiResponse<Axis> |
SlidesApi.setChartAxisWithHttpInfo(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
com.squareup.okhttp.Call |
SlidesApi.setChartAxisAsync(String name,
Integer slideIndex,
Integer shapeIndex,
AxisType axisType,
Axis axis,
String password,
String folder,
String storage,
ApiCallback<Axis> callback)
Set chart axis.
|
Modifier and Type | Method and Description |
---|---|
Axes |
Axes.horizontalAxis(Axis horizontalAxis) |
Axes |
Axes.secondaryHorizontalAxis(Axis secondaryHorizontalAxis) |
Axes |
Axes.secondaryVerticalAxis(Axis secondaryVerticalAxis) |
void |
Axes.setHorizontalAxis(Axis horizontalAxis) |
void |
Axes.setSecondaryHorizontalAxis(Axis secondaryHorizontalAxis) |
void |
Axes.setSecondaryVerticalAxis(Axis secondaryVerticalAxis) |
void |
Axes.setVerticalAxis(Axis verticalAxis) |
Axes |
Axes.verticalAxis(Axis verticalAxis) |
Copyright © 2023. All rights reserved.