Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
OneValueChartDataPoint |
OneValueChartDataPoint.invertIfNegative(Boolean invertIfNegative) |
OneValueChartDataPoint |
OneValueChartDataPoint.setAsTotal(Boolean setAsTotal) |
OneValueChartDataPoint |
OneValueChartDataPoint.value(Double value) |
Modifier and Type | Method and Description |
---|---|
List<OneValueChartDataPoint> |
OneValueSeries.getDataPoints()
Gets or sets the values.
|
List<OneValueChartDataPoint> |
ChartCategory.getDataPoints()
Gets or sets the data points for chart data
|
Modifier and Type | Method and Description |
---|---|
OneValueSeries |
OneValueSeries.addDataPointsItem(OneValueChartDataPoint dataPointsItem) |
ChartCategory |
ChartCategory.addDataPointsItem(OneValueChartDataPoint dataPointsItem) |
Modifier and Type | Method and Description |
---|---|
OneValueSeries |
OneValueSeries.dataPoints(List<OneValueChartDataPoint> dataPoints) |
ChartCategory |
ChartCategory.dataPoints(List<OneValueChartDataPoint> dataPoints) |
void |
OneValueSeries.setDataPoints(List<OneValueChartDataPoint> dataPoints) |
void |
ChartCategory.setDataPoints(List<OneValueChartDataPoint> dataPoints) |
Copyright © 2022. All rights reserved.