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

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

Parameters

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

Implements

INChartLegendSetHandlerColor(Color, Color)
See Also