Package | Description |
---|---|
com.aspose.slides.model |
Modifier and Type | Method and Description |
---|---|
ChartCategory |
ChartCategory.addDataPointsItem(OneValueChartDataPoint dataPointsItem) |
ChartCategory |
ChartCategory.addParentCategoriesItem(String parentCategoriesItem) |
ChartCategory |
ChartCategory.dataPoints(List<OneValueChartDataPoint> dataPoints) |
ChartCategory |
ChartCategory.effectFormat(EffectFormat effectFormat) |
ChartCategory |
ChartCategory.fillFormat(FillFormat fillFormat) |
ChartCategory |
ChartCategory.level(Integer level) |
ChartCategory |
ChartCategory.lineFormat(LineFormat lineFormat) |
ChartCategory |
ChartCategory.parentCategories(List<String> parentCategories) |
ChartCategory |
ChartCategory.value(String value) |
Modifier and Type | Method and Description |
---|---|
List<ChartCategory> |
Chart.getCategories()
Gets or sets the categories for chart data
|
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.addCategoriesItem(ChartCategory categoriesItem) |
Modifier and Type | Method and Description |
---|---|
Chart |
Chart.categories(List<ChartCategory> categories) |
void |
Chart.setCategories(List<ChartCategory> categories) |
Copyright © 2021. All rights reserved.