Template Histogram Configuration Args
data class TemplateHistogramConfigurationArgs(val binOptions: Output<TemplateHistogramBinOptionsArgs>? = null, val dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, val fieldWells: Output<TemplateHistogramFieldWellsArgs>? = null, val tooltip: Output<TemplateTooltipOptionsArgs>? = null, val visualPalette: Output<TemplateVisualPaletteArgs>? = null, val xAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, val xAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, val yAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null) : ConvertibleToJava<TemplateHistogramConfigurationArgs>
Constructors
Link copied to clipboard
constructor(binOptions: Output<TemplateHistogramBinOptionsArgs>? = null, dataLabels: Output<TemplateDataLabelOptionsArgs>? = null, fieldWells: Output<TemplateHistogramFieldWellsArgs>? = null, tooltip: Output<TemplateTooltipOptionsArgs>? = null, visualPalette: Output<TemplateVisualPaletteArgs>? = null, xAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = null, xAxisLabelOptions: Output<TemplateChartAxisLabelOptionsArgs>? = null, yAxisDisplayOptions: Output<TemplateAxisDisplayOptionsArgs>? = 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 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.