Charting for WPF Programmer's Guide

ChartSeries.GetStroke Method

See Also
 


Gets a Brush from the Strokes list.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush GetStroke (
    int index
)

Visual Basic  Copy Code

Public Function GetStroke ( _
    index As Integer _
) As Brush

 Parameters

index
The index of the Brush to get.

 Return Value

The Brush at the specified location.

 Remarks

If the count of Brush-es in the Strokes list is less than index, the control cycles through them.

 See Also