Click or drag to resize
NChartBrushScaleBrushForValue Method
Get value for brush.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public INChartBrush BrushForValue(
	double value
)

Parameters

value
Type: SystemDouble
Value to get brush for.

Return Value

Type: INChartBrush
Brush for given value.
See Also