Template Histogram Configuration
data class TemplateHistogramConfiguration(val binOptions: TemplateHistogramBinOptions? = null, val dataLabels: TemplateDataLabelOptions? = null, val fieldWells: TemplateHistogramFieldWells? = null, val tooltip: TemplateTooltipOptions? = null, val visualPalette: TemplateVisualPalette? = null, val xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, val xAxisLabelOptions: TemplateChartAxisLabelOptions? = null, val yAxisDisplayOptions: TemplateAxisDisplayOptions? = null)
Constructors
Link copied to clipboard
constructor(binOptions: TemplateHistogramBinOptions? = null, dataLabels: TemplateDataLabelOptions? = null, fieldWells: TemplateHistogramFieldWells? = null, tooltip: TemplateTooltipOptions? = null, visualPalette: TemplateVisualPalette? = null, xAxisDisplayOptions: TemplateAxisDisplayOptions? = null, xAxisLabelOptions: TemplateChartAxisLabelOptions? = null, yAxisDisplayOptions: TemplateAxisDisplayOptions? = 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.