Dashboard Histogram Bin Options
data class DashboardHistogramBinOptions(val binCount: DashboardBinCountOptions? = null, val binWidth: DashboardBinWidthOptions? = null, val selectedBinType: DashboardHistogramBinType? = null, val startValue: Double? = null)
Constructors
Link copied to clipboard
constructor(binCount: DashboardBinCountOptions? = null, binWidth: DashboardBinWidthOptions? = null, selectedBinType: DashboardHistogramBinType? = null, startValue: Double? = null)
Properties
Link copied to clipboard
The options that determine the bin count of a histogram.
Link copied to clipboard
The options that determine the bin width of a histogram.
Link copied to clipboard
The options that determine the selected bin type.
Link copied to clipboard
The options that determine the bin start value.