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
fun DashboardPieChartConfigurationArgs(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)

Functions

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

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val legend: Output<DashboardLegendOptionsArgs>? = null
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard