DashboardHistogramConfiguration

data class DashboardHistogramConfiguration(val binOptions: DashboardHistogramBinOptions? = null, val dataLabels: DashboardDataLabelOptions? = null, val fieldWells: DashboardHistogramFieldWells? = null, val tooltip: DashboardTooltipOptions? = null, val visualPalette: DashboardVisualPalette? = null, val xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, val xAxisLabelOptions: DashboardChartAxisLabelOptions? = null, val yAxisDisplayOptions: DashboardAxisDisplayOptions? = null)

Constructors

Link copied to clipboard
constructor(binOptions: DashboardHistogramBinOptions? = null, dataLabels: DashboardDataLabelOptions? = null, fieldWells: DashboardHistogramFieldWells? = null, tooltip: DashboardTooltipOptions? = null, visualPalette: DashboardVisualPalette? = null, xAxisDisplayOptions: DashboardAxisDisplayOptions? = null, xAxisLabelOptions: DashboardChartAxisLabelOptions? = null, yAxisDisplayOptions: DashboardAxisDisplayOptions? = null)

Types

Link copied to clipboard
object Companion

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.