AnalysisHistogramBinOptions

data class AnalysisHistogramBinOptions(val binCount: AnalysisBinCountOptions? = null, val binWidth: AnalysisBinWidthOptions? = null, val selectedBinType: AnalysisHistogramBinType? = null, val startValue: Double? = null)

Constructors

Link copied to clipboard
constructor(binCount: AnalysisBinCountOptions? = null, binWidth: AnalysisBinWidthOptions? = null, selectedBinType: AnalysisHistogramBinType? = null, startValue: Double? = null)

Types

Link copied to clipboard
object Companion

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
val startValue: Double? = null

The options that determine the bin start value.