Charting for WPF Programmer's Guide

ChartSeries.GetFill Method

See Also
 


Gets a Brush from the Fills list.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush GetFill (
    int index
)

Visual Basic  Copy Code

Public Function GetFill ( _
    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 Fills list is less than index, the control cycles through them.

 See Also