ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Xaml.Chart Namespace / RangedHistogram Class / BinWidth Property

In This Topic
    BinWidth Property (RangedHistogram)
    In This Topic
    Gets or sets a positive decimal number for the range of a bin.
    Syntax
    'Declaration
     
    Public Property BinWidth As System.Double
    public System.double BinWidth {get; set;}
    See Also