FarPoint.Win.Spread Assembly / FarPoint.Win.Spread.Chart Namespace / SegmentDataChangedEventArgs Class / CountChanged Property


In This Topic
CountChanged Property
In This Topic
Gets a value that indicates whether [count changed].
Syntax
'Declaration
 
Public ReadOnly Property CountChanged As Boolean
 
'Usage
 
Dim instance As SegmentDataChangedEventArgs
Dim value As Boolean
 
value = instance.CountChanged

Property Value

true if [count changed]; otherwise, false.
See Also