Click or drag to resize
NChartTimeAxisSetPauseButtonStateImages Method
Set images for button "pause".

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SetPauseButtonStateImages(
	NChartRawBitmap normal,
	NChartRawBitmap pushed
)

Parameters

normal
Type: NChart3D_UWPNChartRawBitmap
Image for the button's normal state.
pushed
Type: NChart3D_UWPNChartRawBitmap
Image for the button's pushed state.
See Also