FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Chart Namespace / IRenderEngine Interface / SetStrokePattern Method

In This Topic
    SetStrokePattern Method (IRenderEngine)
    In This Topic
    Sets the stroke pattern.
    Syntax
    'Declaration
     
    Sub SetStrokePattern( _
       ByVal pattern() As System.Double _
    ) 
    void SetStrokePattern( 
       System.double[] pattern
    )

    Parameters

    pattern
    See Also