GetItemAssetStatisticsOptions.HistogramBins Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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