GetItemAssetStatisticsOptions.HistogramRange 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.
Comma , delimited range of the bins.
The lower and upper range of the bins. If not provided, range is simply
(a.min(), a.max()).
Values outside the range are ignored. The first element of the range must be
less than or equal to the second.
range affects the automatic bin computation as well.
link: https://numpy.org/doc/stable/reference/generated/numpy.histogram.html
public string HistogramRange { get; set; }
member this.HistogramRange : string with get, set
Public Property HistogramRange As String