OnChartTypePropertyChanged Method
Fires when chartType property changes.
'Declaration
Protected Sub OnChartTypePropertyChanged( _
ByVal As ChartType, _
ByVal As ChartType _
)
'Usage
Dim instance As FlexChart
Dim oldValue As ChartType
Dim newValue As ChartType
instance.OnChartTypePropertyChanged(oldValue, newValue)
Parameters
- oldValue
- newValue