ComponentOne FinancialChart for WPF
C1.WPF.Chart Namespace / Series Class / OnVisiblityChanged Method



In This Topic
    OnVisiblityChanged Method
    In This Topic
    Syntax
    'Declaration
     
    
    Protected Shared Sub OnVisiblityChanged( _
       ByVal obj As DependencyObject, _
       ByVal args As DependencyPropertyChangedEventArgs _
    ) 
    'Usage
     
    
    Dim obj As DependencyObject
    Dim args As DependencyPropertyChangedEventArgs
     
    Series.OnVisiblityChanged(obj, args)
    protected static void OnVisiblityChanged( 
       DependencyObject obj,
       DependencyPropertyChangedEventArgs args
    )
    protected:
    static void OnVisiblityChanged( 
       DependencyObject^ obj,
       DependencyPropertyChangedEventArgs args
    ) 

    Parameters

    obj
    args
    See Also