Spread WinForms 15
FarPoint.Win.Chart Assembly / FarPoint.Win.Chart Namespace / HistogramSeries Class / OnChanged Method


In This Topic
OnChanged Method (HistogramSeries)
In This Topic
Raises the Changed event.
Syntax
'Declaration
 
Protected Overrides Sub OnChanged( _
   ByVal e As EventArgs _
) 
 
'Usage
 
Dim instance As HistogramSeries
Dim e As EventArgs
 
instance.OnChanged(e)

Parameters

e
See Also