Template Histogram Bin Options Args
data class TemplateHistogramBinOptionsArgs(val binCount: Output<TemplateBinCountOptionsArgs>? = null, val binWidth: Output<TemplateBinWidthOptionsArgs>? = null, val selectedBinType: Output<TemplateHistogramBinType>? = null, val startValue: Output<Double>? = null) : ConvertibleToJava<TemplateHistogramBinOptionsArgs>
Constructors
Link copied to clipboard
constructor(binCount: Output<TemplateBinCountOptionsArgs>? = null, binWidth: Output<TemplateBinWidthOptionsArgs>? = null, selectedBinType: Output<TemplateHistogramBinType>? = 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.