Stroke Class
Definition
Objects derived from the Stroke class are used to characterize how a plot is visually displayed (plotted) on a chart.
Syntax
Stroke(Stroke stroke)
Stroke(Brush brush)
Stroke(Brush brush, float width)
Stroke(Brush brush, DashStyle dashStyleHelper, float width)
Parameters
Properties
Note: This property must be set before accessing a stroke’s BrushDX property. Please see Warning and examples remarked below
There may be situations where a RenderTarget has not been set, and to prevent access violation exception before accessing the BrushDX or DashStyleDX properties, you should explicitly set the RenderTarget before attempting to access that property. Please see the example below.
Examples
See the AddPlot() method for additional examples.

