NChartTimeAxis Class |
Namespace: NChart3D_UWP
The NChartTimeAxis type exposes the following members.
Name | Description | |
---|---|---|
![]() | AnimationTime |
Time that takes to play the whole time axis in seconds.
|
![]() | AutohideTooltip |
Flag indicating whether the tooltip should be hidden automatically when the user interactions end (true) or not (false).
|
![]() | Chart |
Chart the object belongs to.
This property is assigned automatically whenever the object is assigned to the chart.
|
![]() | CurrentIndex |
Current timestamp index (index of the timestamp tick where the handler stays).
|
![]() | DataSource |
Time axis data source.
|
![]() | Frame |
Frame of the time axis in the view's coordinate system.
The frame is a rect fully enclosing the entire time axis with its ticks, labels and control buttons, but not
its tooltip. This rect is calculated during UpdateData |
![]() | Margin |
Margin of the time axis.
|
![]() | MinTickSpacing |
Minimal spacing between neighbor ticks in pixels (the tick is the center place of the timestamp title a kind of
milestone on the axis). According to this value some timestamps can be hidden if there are too many of them.
|
![]() | Padding |
Padding of the time axis.
|
![]() | TickColor |
Color used to display timestamp ticks.
|
![]() | TickOffset |
Offset of timestamp ticks (spacing between slider and ticks) in pixels. If positive ticks are outside of slider
if negative ticks may overlap the slider; so the outer border of the slider (including the slider's handler) is
assumed as zero offset.
|
![]() | TickShape |
Shape of timestamp ticks.
|
![]() | TickSize |
Size of ticks in pixels.
|
![]() | TickTitlesColor |
Color used to display timestamp titles.
|
![]() | TickTitlesFont |
Font used to display timestamp titles.
|
![]() | TickTitlesLayout |
Layout of timestamp titles.
|
![]() | TickTitlesOffset |
Offset of timestamp titles (spacing between the slider and titles) in pixels.
|
![]() | TickTitlesPosition |
Position of timestamp titles.
|
![]() | Tooltip |
Tooltip that appears over the handler. This is null by default.
|
![]() | Visible |
Flag that determines if the object is visible (true) or not (false). The default value is true.
|
Name | Description | |
---|---|---|
![]() | Equals | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | GoToFirstTick |
Go to the beginning of the timeline (without any user interactions).
|
![]() | GoToLastTick |
Go to the ending of the timeline (without any user interactions).
|
![]() | GoToNextTick |
Go to the next timestamp (without any user interactions).
|
![]() | GoToPreviousTick |
Go to the previous timestamp (without any user interactions).
|
![]() | Play |
Start playing the timeline (without any user interactions).
|
![]() | SetBeginButtonStateImages |
Set images for button "go to the beginning".
|
![]() | SetEndButtonStateImages |
Set images for button "go to the ending".
|
![]() | SetHandlerImage |
Set image for the handler of the slider.
|
![]() | SetImages |
Set all images used for time axis at once. This method automatically adjusts TickSize and TickOffset according to
images provided.
|
![]() | SetPauseButtonStateImages |
Set images for button "pause".
|
![]() | SetPlayButtonStateImages |
Set images for button "play".
|
![]() | SetSliderImage |
Specify the image for the slider and the cap insets to stretch it.
|
![]() | Stop |
Stop playing the timeline (without any user interactions).
|
![]() | ToString | (Inherited from Object.) |