Template Pie Chart Configuration
data class TemplatePieChartConfiguration(val categoryLabelOptions: TemplateChartAxisLabelOptions? = null, val contributionAnalysisDefaults: List<TemplateContributionAnalysisDefault>? = null, val dataLabels: TemplateDataLabelOptions? = null, val donutOptions: TemplateDonutOptions? = null, val fieldWells: TemplatePieChartFieldWells? = null, val legend: TemplateLegendOptions? = null, val smallMultiplesOptions: TemplateSmallMultiplesOptions? = null, val sortConfiguration: TemplatePieChartSortConfiguration? = null, val tooltip: TemplateTooltipOptions? = null, val valueLabelOptions: TemplateChartAxisLabelOptions? = null, val visualPalette: TemplateVisualPalette? = null)
Constructors
Link copied to clipboard
constructor(categoryLabelOptions: TemplateChartAxisLabelOptions? = null, contributionAnalysisDefaults: List<TemplateContributionAnalysisDefault>? = null, dataLabels: TemplateDataLabelOptions? = null, donutOptions: TemplateDonutOptions? = null, fieldWells: TemplatePieChartFieldWells? = null, legend: TemplateLegendOptions? = null, smallMultiplesOptions: TemplateSmallMultiplesOptions? = null, sortConfiguration: TemplatePieChartSortConfiguration? = null, tooltip: TemplateTooltipOptions? = null, valueLabelOptions: TemplateChartAxisLabelOptions? = null, visualPalette: TemplateVisualPalette? = null)
Properties
Link copied to clipboard
The label options of the group/color that is displayed in a pie chart.
Link copied to clipboard
The contribution analysis (anomaly configuration) setup of the visual.
Link copied to clipboard
The options that determine if visual data labels are displayed.
Link copied to clipboard
The options that determine the shape of the chart. This option determines whether the chart is a pie chart or a donut chart.
Link copied to clipboard
The field wells of the visual.
Link copied to clipboard
The legend display setup of the visual.
Link copied to clipboard
The small multiples setup for the visual.
Link copied to clipboard
The sort configuration of a pie chart.
Link copied to clipboard
The tooltip display setup of the visual.
Link copied to clipboard
The label options for the value that is displayed in a pie chart.
Link copied to clipboard
The palette (chart color) display setup of the visual.