Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Class and Description |
---|---|
class |
BubbleChartDataPoint
Bubble chart data point.
|
Modifier and Type | Method and Description |
---|---|
ScatterChartDataPoint |
ScatterChartDataPoint.xvalue(Double xvalue) |
ScatterChartDataPoint |
ScatterChartDataPoint.yvalue(Double yvalue) |
Modifier and Type | Method and Description |
---|---|
List<ScatterChartDataPoint> |
ScatterSeries.getDataPoints()
Gets or sets the values.
|
Modifier and Type | Method and Description |
---|---|
ScatterSeries |
ScatterSeries.addDataPointsItem(ScatterChartDataPoint dataPointsItem) |
Modifier and Type | Method and Description |
---|---|
ScatterSeries |
ScatterSeries.dataPoints(List<ScatterChartDataPoint> dataPoints) |
void |
ScatterSeries.setDataPoints(List<ScatterChartDataPoint> dataPoints) |
Copyright © 2021. All rights reserved.