Click or drag to resize
NChartTimeAxisSetPlayButtonStateImages Method
Set images for button "play".

Namespace:  NChart3D_UWP
Assembly:  NChart3D_UWP (in NChart3D_UWP.dll)
Syntax
public void SetPlayButtonStateImages(
	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