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


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