NChartTimeAxisSetHandlerImage Method |
Set image for the handler of the slider.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void SetHandlerImage(
NChartRawBitmap handlerImage
)
Public Sub SetHandlerImage (
handlerImage As NChartRawBitmap
)
public:
virtual void SetHandlerImage(
[InAttribute] NChartRawBitmap^ handlerImage
) sealed
Parameters
- handlerImage
- Type: NChart3D_UWPNChartRawBitmap
See Also