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


In This Topic
    InitOptions Method (BasePieRenderer)
    In This Topic
    Adds the options set to the bag.
    Syntax
    'Declaration
     
    
    Protected Overrides Sub InitOptions() 
    'Usage
     
    
    Dim instance As BasePieRenderer
     
    instance.InitOptions()
    protected override void InitOptions()
    See Also