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
)
Public Sub SetImages (
beginNormal As NChartRawBitmap,
beginPushed As NChartRawBitmap,
endNormal As NChartRawBitmap,
endPushed As NChartRawBitmap,
playNormal As NChartRawBitmap,
playPushed As NChartRawBitmap,
pauseNormal As NChartRawBitmap,
pausePushed As NChartRawBitmap,
slider As NChartRawBitmap,
handler As NChartRawBitmap
)
public:
virtual void SetImages(
[InAttribute] NChartRawBitmap^ beginNormal,
[InAttribute] NChartRawBitmap^ beginPushed,
[InAttribute] NChartRawBitmap^ endNormal,
[InAttribute] NChartRawBitmap^ endPushed,
[InAttribute] NChartRawBitmap^ playNormal,
[InAttribute] NChartRawBitmap^ playPushed,
[InAttribute] NChartRawBitmap^ pauseNormal,
[InAttribute] NChartRawBitmap^ pausePushed,
[InAttribute] NChartRawBitmap^ slider,
[InAttribute] NChartRawBitmap^ handler
) sealed
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