ComponentOne Bitmap for WPF
C1.WPF.DX.4.5.2 Assembly / C1.Util.DX.Direct2D.Effects Namespace / Histogram Class / NumBins Property

In This Topic
    NumBins Property
    In This Topic
    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 Integer
    public int NumBins {get; set;}
    See Also