Visualizators > Visualizators Assembly Interfaces > IVZTimeLine
Assembly: Visualizators;
The IVZTimeLine interface is used to work with visualizer timeline.
IVZTimeLine
The timeline may look as follows:
To determine line parameters, use the IVZDataVisualizer.TimeLine property.
Property name | Brief description | |
![]() |
CurrentIndex | The CurrentIndex property determines index of timeline current step. |
![]() |
DelayDuration | The DelayDuration property determines delay in visualizer animation at each step of the timeline. |
![]() |
Inverse | The Inverse property determines whether timeline is display is direct or reverse. |
![]() |
IsOverlap | The IsOverlap property determines whether the timeline does not reduce visualizer workspace. |
![]() |
LastIndexAsInitial | The LastIndexAsInitial property determines whether on opening an express report it moves to the last timeline step if index value is negative. |
![]() |
ReturnToInitialState | The ReturnToInitialState property determines the value that is used to return timeline to its initial state. |
![]() |
StepDuration | The StepDuration property determines animation time of visualizer on moving from one step of the timeline to another. |
![]() |
StepsNames | The StepsNames property returns names of timeline steps. |
Property name | Brief description | |
![]() |
The Style property determines style of control. | |
![]() |
The HorizontalAlignment property determines horizontal alignment of control. | |
![]() |
The VerticalAlignment property determines vertical alignment of control. | |
![]() |
The Visible property determines visibility of control. |
See also: