FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / IRenderEngine Interface / SetStroke Method
Native brush or argb color as integer.

In This Topic
    SetStroke Method (IRenderEngine)
    In This Topic
    Sets the current stroke brush.
    Syntax
    'Declaration
     
    Sub SetStroke( _
       ByVal brush As System.Object _
    ) 
    void SetStroke( 
       System.object brush
    )

    Parameters

    brush
    Native brush or argb color as integer.
    See Also