ComponentOne FinancialChart for WinForms
C1.Win.Chart.Design Namespace / FlexChartDesigner Class / InitializeExistingComponent Method
A name/value dictionary of default values to apply to properties. May be a null reference (Nothing in Visual Basic) if no default values are specified.

In This Topic
    InitializeExistingComponent Method
    In This Topic
    Reinitializes an existing component.
    Syntax
    'Declaration
     
    
    Public Overrides Sub InitializeExistingComponent( _
       ByVal defaultValues As IDictionary _
    ) 
    public override void InitializeExistingComponent( 
       IDictionary defaultValues
    )

    Parameters

    defaultValues
    A name/value dictionary of default values to apply to properties. May be a null reference (Nothing in Visual Basic) if no default values are specified.
    See Also