Click or drag to resize
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
)

Parameters

slider
Type: NChart3D_UWPNChartRawBitmap
Image for the slider.
capInsets
Type: NChart3D_UWPNChartMargin
Cap insets for the image.
See Also