ComponentOne FinancialChart for WPF
C1.WPF.Chart.Interaction Namespace / IBehavior Interface / OnAttach Method



In This Topic
    OnAttach Method
    In This Topic
    Called after the behavior is attached to an associated chart.
    Syntax
    'Declaration
     
    
    Sub OnAttach() 
    'Usage
     
    
    Dim instance As IBehavior
     
    instance.OnAttach()
    void OnAttach()
    void OnAttach(); 
    See Also