FlexChart | ComponentOne
C1.WPF.Chart Assembly / C1.WPF.Chart Namespace / C1TreeMap Class / MaxDepthPropertyChanged Method

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

    Parameters

    obj
    oldValue
    newValue
    See Also