ComponentOne Bitmap for UWP
NumBins Property

C1.UWP.DX Assembly > C1.Util.DX.Direct2D.Effects Namespace > Histogram Class : NumBins Property
Specifies the number of bins used for the histogram. The range of intensity values that fall into a particular bucket depend on the number of specified buckets.
Syntax
'Declaration
 
Public Property NumBins As System.Integer
public System.int NumBins {get; set;}
See Also

Reference

Histogram Class
Histogram Members