Version

GetBrushByIndex Method (ValueBrushScale)

Selects a brush from the brush collection by index.
Syntax
public Brush GetBrushByIndex( 
   int index,
   IFastItemColumn<double> FillColumn
)

Parameters

index
Index of the brush.
FillColumn
Data source column used to calculate the brush scale.

Return Value

Brush for a specified index.
Requirements

Target Platforms: Android 4.4+, iOS 8+

Development Environments: Visual Studio 2015+, Visual Studio for Mac Preview, Xamarin for Visual Studio 4.2+

See Also