FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / Series Class / OnDataPropertyChanged Method

In This Topic
    OnDataPropertyChanged Method
    In This Topic
    Syntax
    'Declaration
     
    Protected Shared Sub OnDataPropertyChanged( _
       ByVal obj As DependencyObject, _
       ByVal oldValue As Object, _
       ByVal newValue As Object _
    ) 
    protected static void OnDataPropertyChanged( 
       DependencyObject obj,
       object oldValue,
       object newValue
    )

    Parameters

    obj
    oldValue
    newValue
    See Also