NChartTimeAxisSetSliderImage Method |
Specify the image for the slider and the cap insets to stretch it.
Namespace:
NChart3D_UWP
Assembly:
NChart3D_UWP (in NChart3D_UWP.dll)
Syntax public void SetSliderImage(
NChartRawBitmap slider,
NChartMargin capInsets
)
Public Sub SetSliderImage (
slider As NChartRawBitmap,
capInsets As NChartMargin
)
public:
virtual void SetSliderImage(
[InAttribute] NChartRawBitmap^ slider,
[InAttribute] NChartMargin capInsets
) sealed
Parameters
- slider
- Type: NChart3D_UWPNChartRawBitmap
Image for the slider. - capInsets
- Type: NChart3D_UWPNChartMargin
Cap insets for the image.
See Also