Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / BinOption Class / UnderFlowValue Property


In This Topic
UnderFlowValue Property (BinOption)
In This Topic
Gets or sets the underflow bin value.
Syntax
'Declaration
 
Public Property UnderFlowValue As Double
 
'Usage
 
Dim instance As BinOption
Dim value As Double
 
instance.UnderFlowValue = value
 
value = instance.UnderFlowValue
See Also