Click or drag to resize
NChartScaleLegendSetHandlerImage Method
Set image for legend's handler.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SetHandlerImage(
	NChartRawBitmap normal,
	NChartRawBitmap pushed
)

Parameters

normal
Type: NChart3D_UWPNChartRawBitmap
Image for normal state.
pushed
Type: NChart3D_UWPNChartRawBitmap
Image for pushed state.

Implements

INChartLegendSetHandlerImage(NChartRawBitmap, NChartRawBitmap)
See Also