Click or drag to resize
NChartTimeAxis Methods

The NChartTimeAxis type exposes the following members.

Methods
  NameDescription
Public methodEquals (Inherited from Object.)
Public methodGetHashCode (Inherited from Object.)
Public methodGetType (Inherited from Object.)
Public methodGoToFirstTick
Go to the beginning of the timeline (without any user interactions).
Public methodGoToLastTick
Go to the ending of the timeline (without any user interactions).
Public methodGoToNextTick
Go to the next timestamp (without any user interactions).
Public methodGoToPreviousTick
Go to the previous timestamp (without any user interactions).
Public methodPlay
Start playing the timeline (without any user interactions).
Public methodSetBeginButtonStateImages
Set images for button "go to the beginning".
Public methodSetEndButtonStateImages
Set images for button "go to the ending".
Public methodSetHandlerImage
Set image for the handler of the slider.
Public methodSetImages
Set all images used for time axis at once. This method automatically adjusts TickSize and TickOffset according to images provided.
Public methodSetPauseButtonStateImages
Set images for button "pause".
Public methodSetPlayButtonStateImages
Set images for button "play".
Public methodSetSliderImage
Specify the image for the slider and the cap insets to stretch it.
Public methodStop
Stop playing the timeline (without any user interactions).
Public methodToString (Inherited from Object.)
Top
See Also