ComponentOne FlexChart for UWP
C1.UWP.FlexChart Assembly / C1.Chart Namespace / IRenderEngine Interface / SetStrokePattern Method

In This Topic
    SetStrokePattern Method
    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