Version

GetBrushByValue Method (ValueBrushScale)

Selects a brush from the brush collection by value.
Syntax
public Brush GetBrushByValue( 
   double value,
   IFastItemColumn<double> FillColumn
)

Parameters

value
Value used to get an interpolated brush.
FillColumn
Data source column used to calculate the brush scale.

Return Value

Brush for a specified value.
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