ComponentOne FinancialChart for WPF
C1.Chart Namespace / IRenderEngine Interface / SetFill Method



In This Topic
    SetFill Method
    In This Topic
    Sets the fill brush.
    Syntax
    'Declaration
     
    
    Sub SetFill( _
       ByVal brush As Object _
    ) 
    'Usage
     
    
    Dim instance As IRenderEngine
    Dim brush As Object
     
    instance.SetFill(brush)
    void SetFill( 
       object brush
    )
    void SetFill( 
       Object^ brush
    ) 

    Parameters

    brush
    See Also