Template Waterfall Chart Configuration Args
data class TemplateWaterfallChartConfigurationArgs(val categoryAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val categoryAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val colorConfiguration: Output<TemplateWaterfallChartColorConfigurationArgs>? = null, val dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, val fieldWells: Output<TemplateWaterfallChartFieldWellsArgs>? = null, val legend: Output<TemplateLegendOptionsArgs>? = null, val primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val sortConfiguration: Output<TemplateWaterfallChartSortConfigurationArgs>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null, val waterfallChartOptions: Output<TemplateWaterfallChartOptionsArgs>? = null) : ConvertibleToJava<TemplateWaterfallChartConfigurationArgs>
Constructors
Link copied to clipboard
constructor(categoryAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, categoryAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, colorConfiguration: Output<TemplateWaterfallChartColorConfigurationArgs>? = null, dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, fieldWells: Output<TemplateWaterfallChartFieldWellsArgs>? = null, legend: Output<TemplateLegendOptionsArgs>? = null, primaryYAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, primaryYAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, sortConfiguration: Output<TemplateWaterfallChartSortConfigurationArgs>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = null, waterfallChartOptions: Output<TemplateWaterfallChartOptionsArgs>? = null)
Properties
Link copied to clipboard
The options that determine the presentation of the category axis.
Link copied to clipboard
The options that determine the presentation of the category axis label.
Link copied to clipboard
The color configuration of a waterfall visual.
Link copied to clipboard
The data label configuration of a waterfall visual.
Link copied to clipboard
The field well configuration of a waterfall visual.
Link copied to clipboard
The legend configuration of a waterfall visual.
Link copied to clipboard
The options that determine the presentation of the y-axis.
Link copied to clipboard
The options that determine the presentation of the y-axis label.
Link copied to clipboard
The sort configuration of a waterfall visual.
Link copied to clipboard
The visual palette configuration of a waterfall visual.
Link copied to clipboard
The options that determine the presentation of a waterfall visual.