Analysis Histogram Bin Options Args
data class AnalysisHistogramBinOptionsArgs(val binCount: Output<AnalysisBinCountOptionsArgs>? = null, val binWidth: Output<AnalysisBinWidthOptionsArgs>? = null, val selectedBinType: Output<AnalysisHistogramBinType>? = null, val startValue: Output<Double>? = null) : ConvertibleToJava<AnalysisHistogramBinOptionsArgs>
Constructors
Link copied to clipboard
constructor(binCount: Output<AnalysisBinCountOptionsArgs>? = null, binWidth: Output<AnalysisBinWidthOptionsArgs>? = null, selectedBinType: Output<AnalysisHistogramBinType>? = null, startValue: Output<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.