DashboardPieChartConfigurationArgs

data class DashboardPieChartConfigurationArgs(val categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val contributionAnalysisDefaults: Output<List<DashboardContributionAnalysisDefaultArgs>>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val donutOptions: Output<DashboardDonutOptionsArgs>? = null, val fieldWells: Output<DashboardPieChartFieldWellsArgs>? = null, val legend: Output<DashboardLegendOptionsArgs>? = null, val smallMultiplesOptions: Output<DashboardSmallMultiplesOptionsArgs>? = null, val sortConfiguration: Output<DashboardPieChartSortConfigurationArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null) : ConvertibleToJava<DashboardPieChartConfigurationArgs>

Constructors

Link copied to clipboard
constructor(categoryLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, contributionAnalysisDefaults: Output<List<DashboardContributionAnalysisDefaultArgs>>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, donutOptions: Output<DashboardDonutOptionsArgs>? = null, fieldWells: Output<DashboardPieChartFieldWellsArgs>? = null, legend: Output<DashboardLegendOptionsArgs>? = null, smallMultiplesOptions: Output<DashboardSmallMultiplesOptionsArgs>? = null, sortConfiguration: Output<DashboardPieChartSortConfigurationArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, valueLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = 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
val legend: Output<DashboardLegendOptionsArgs>? = null

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.

Functions

Link copied to clipboard
open override fun toJava(): DashboardPieChartConfigurationArgs