NChartBrushScaleBrushForValue Method |
Get value for brush.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public INChartBrush BrushForValue(
double value
)
Public Function BrushForValue (
value As Double
) As INChartBrush
public:
virtual INChartBrush^ BrushForValue(
[InAttribute] double value
) sealed
Parameters
- value
- Type: SystemDouble
Value to get brush for.
Return Value
Type:
INChartBrushBrush for given value.
See Also