INChartLegendSetHandlerImage Method |
Set image for legend's handler.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax void SetHandlerImage(
NChartRawBitmap normal,
NChartRawBitmap pushed
)
Sub SetHandlerImage (
normal As NChartRawBitmap,
pushed As NChartRawBitmap
)
void SetHandlerImage(
[InAttribute] NChartRawBitmap^ normal,
[InAttribute] NChartRawBitmap^ pushed
)
Parameters
- normal
- Type: NChart3D_UWPNChartRawBitmap
Image for normal state. - pushed
- Type: NChart3D_UWPNChartRawBitmap
Image for pushed state.
See Also