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

In This Topic
    OverflowBin Property (RangedHistogram)
    In This Topic
    Gets or sets a value to create a bin for all values above it.
    Syntax
    'Declaration
     
    Public Property OverflowBin As System.Double
    public System.double OverflowBin {get; set;}
    See Also