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


In This Topic
IsOverflowBin Property
In This Topic
Gets or sets whether the bin is an overflow bin.
Syntax
'Declaration
 
Public Property IsOverflowBin As Boolean
 
'Usage
 
Dim instance As BinOption
Dim value As Boolean
 
instance.IsOverflowBin = value
 
value = instance.IsOverflowBin
See Also