DashboardHistogramBinOptions

data class DashboardHistogramBinOptions(val binCount: DashboardBinCountOptions? = null, val binWidth: DashboardBinWidthOptions? = null, val selectedBinType: DashboardHistogramBinType? = null, val startValue: Double? = null)

Constructors

Link copied to clipboard
fun DashboardHistogramBinOptions(binCount: DashboardBinCountOptions? = null, binWidth: DashboardBinWidthOptions? = null, selectedBinType: DashboardHistogramBinType? = null, startValue: Double? = null)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
val startValue: Double? = null