TemplateWaterfallChartConfiguration

data class TemplateWaterfallChartConfiguration(val categoryAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val categoryAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val colorConfiguration: TemplateWaterfallChartColorConfiguration? = null, val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateWaterfallChartFieldWells? = null, val legend: TemplateLegendOptions? = null, val primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val sortConfiguration: TemplateWaterfallChartSortConfiguration? = null, val visualPalette: TemplateVisualPalette? = null, val waterfallChartOptions: TemplateWaterfallChartOptions? = null)

Constructors

Link copied to clipboard
constructor(categoryAxisDisplayOptions: TemplateAxisDisplayOptions? = null, categoryAxisLabelOptions: TemplateChartAxisLabelOptions? = null, colorConfiguration: TemplateWaterfallChartColorConfiguration? = null, dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateWaterfallChartFieldWells? = null, legend: TemplateLegendOptions? = null, primaryYAxisDisplayOptions: TemplateAxisDisplayOptions? = null, primaryYAxisLabelOptions: TemplateChartAxisLabelOptions? = null, sortConfiguration: TemplateWaterfallChartSortConfiguration? = null, visualPalette: TemplateVisualPalette? = null, waterfallChartOptions: TemplateWaterfallChartOptions? = null)

Types

Link copied to clipboard
object Companion

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.