PptChartLabels
Jump to navigation
Jump to search
PptChartLabels
This represents the data labels on a chart and contains the various pieces of data required to be exported/updated in Powerpoint.
ChartTitle
The Chart Title. Accepts STRING
PrimaryAxisTitle
This title corresponds to the X axis for all charts except bar charts where it is the Y axis. For Scatter plots we use the Category Title to represent the X axis. Accepts STRING
SeriesAxisTitle
This title is used for 3D charts representing the Z axis. Accepts STRING
SeriesLabels
A list of series labels. If less items are provided than the number of series (or no items), all remaining series will default to no data labels. Accepts a LIST of named LISTS of PptSeriesLabels values
ValueAxisTitle
The title for the Value Axis. This corresponds to the Y axis for all charts except bar charts where it is the X axis Accepts STRING