ComponentOne Chart for WPF and Silverlight
C1.WPF.C1Chart Namespace / BaseRenderer3D Class / InitOptions Method


In This Topic
    InitOptions Method (BaseRenderer3D)
    In This Topic
    Add options to the bag.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub InitOptions() 
    'Usage
     
    
    Dim instance As BaseRenderer3D
     
    instance.InitOptions()
    protected virtual void InitOptions()
    See Also