Click or drag to resize
NChartTimeAxisSetImages Method
Set all images used for time axis at once. This method automatically adjusts TickSize and TickOffset according to images provided.

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SetImages(
	NChartRawBitmap beginNormal,
	NChartRawBitmap beginPushed,
	NChartRawBitmap endNormal,
	NChartRawBitmap endPushed,
	NChartRawBitmap playNormal,
	NChartRawBitmap playPushed,
	NChartRawBitmap pauseNormal,
	NChartRawBitmap pausePushed,
	NChartRawBitmap slider,
	NChartRawBitmap handler
)

Parameters

beginNormal
Type: NChart3D_UWPNChartRawBitmap
Image for the begin button's normal state.
beginPushed
Type: NChart3D_UWPNChartRawBitmap
Image for the begin button's pushed state.
endNormal
Type: NChart3D_UWPNChartRawBitmap
Image for the end button's normal state.
endPushed
Type: NChart3D_UWPNChartRawBitmap
Image for the end button's pushed state.
playNormal
Type: NChart3D_UWPNChartRawBitmap
Image for the play button's normal state.
playPushed
Type: NChart3D_UWPNChartRawBitmap
Image for the play button's pushed state.
pauseNormal
Type: NChart3D_UWPNChartRawBitmap
Image for the pause button's normal state.
pausePushed
Type: NChart3D_UWPNChartRawBitmap
Image for the pause button's pushed state.
slider
Type: NChart3D_UWPNChartRawBitmap
Image for the slider.
handler
Type: NChart3D_UWPNChartRawBitmap
Image for the slider's handler.
See Also