Dashboard Histogram Configuration Args
data class DashboardHistogramConfigurationArgs(val binOptions: Output<DashboardHistogramBinOptionsArgs>? = null, val dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, val fieldWells: Output<DashboardHistogramFieldWellsArgs>? = null, val interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, val tooltip: Output<DashboardTooltipOptionsArgs>? = null, val visualPalette: Output<DashboardVisualPaletteArgs>? = null, val xAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, val xAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, val yAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null) : ConvertibleToJava<DashboardHistogramConfigurationArgs>
Constructors
Link copied to clipboard
constructor(binOptions: Output<DashboardHistogramBinOptionsArgs>? = null, dataLabels: Output<DashboardDataLabelOptionsArgs>? = null, fieldWells: Output<DashboardHistogramFieldWellsArgs>? = null, interactions: Output<DashboardVisualInteractionOptionsArgs>? = null, tooltip: Output<DashboardTooltipOptionsArgs>? = null, visualPalette: Output<DashboardVisualPaletteArgs>? = null, xAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null, xAxisLabelOptions: Output<DashboardChartAxisLabelOptionsArgs>? = null, yAxisDisplayOptions: Output<DashboardAxisDisplayOptionsArgs>? = null)
Properties
Link copied to clipboard
The options that determine the presentation of histogram bins.
Link copied to clipboard
The data label configuration of a histogram.
Link copied to clipboard
The field well configuration of a histogram.
Link copied to clipboard
The general visual interactions setup for a visual.
Link copied to clipboard
The tooltip configuration of a histogram.
Link copied to clipboard
The visual palette configuration of a histogram.
Link copied to clipboard
The options that determine the presentation of the x-axis.
Link copied to clipboard
The options that determine the presentation of the x-axis label.
Link copied to clipboard
The options that determine the presentation of the y-axis.