Chart3D for WPF and Silverlight | ComponentOne
C1.WPF.C1Chart3D Namespace / C1Chart3D Class / OnApplyTemplate Method


In This Topic
    OnApplyTemplate Method (C1Chart3D)
    In This Topic
    Invoked when ApplyTemplate() method is called.
    Syntax
    'Declaration
     
    
    Public Overrides Sub OnApplyTemplate() 
    'Usage
     
    
    Dim instance As C1Chart3D
     
    instance.OnApplyTemplate()
    public override void OnApplyTemplate()
    See Also