'Declaration Protected Overridable Sub OnAxisLabelsLayoutChanged( _ ByVal oldValue As AxisLabelLayout, _ ByVal newValue As AxisLabelLayout _ )
'Usage Dim instance As Axis Dim oldValue As AxisLabelLayout Dim newValue As AxisLabelLayout instance.OnAxisLabelsLayoutChanged(oldValue, newValue)
protected virtual void OnAxisLabelsLayoutChanged( AxisLabelLayout oldValue, AxisLabelLayout newValue )
Parameters
- oldValue
- The old value.
- newValue
- The new value.