GetItemAssetStatisticsOptions.HistogramBins Property

Definition

Defines the number of equal-width bins in the given range (10, by default). If bins is a sequence (comma , delimited values), it defines a monotonically increasing array of bin edges, including the rightmost edge, allowing for non-uniform bin widths. link: https://numpy.org/doc/stable/reference/generated/numpy.histogram.html

public string HistogramBins { get; set; }
member this.HistogramBins : string with get, set
Public Property HistogramBins As String

Property Value

Applies to