Click or drag to resize
INChartLegendSetHandlerColor Method
Set color for legend's handler.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
void SetHandlerColor(
	Color normal,
	Color pushed
)

Parameters

normal
Type: Windows.UIColor
Color for normal state.
pushed
Type: Windows.UIColor
Color for pushed state.
See Also