Assembly: Visualizators;
Namespace: Prognoz.Platform.Interop.Visualizators;
The IVZTimeLine interface is used to work with visualizer time line.
IVZTimeLine
The time line may look as follows:
To determine line parameters, use the IVZDataVisualizer.TimeLine property.
Property name | Brief description | |
The CurrentIndex property determines index of time line current step. | ||
The DelayDuration property determines delay in visualizer animation at each step of the time line. | ||
The Inverse property determines whether time line is display is direct or reverse. | ||
The IsOverlap property determines whether the timeline does not reduce visualizer workspace. | ||
The LastIndexAsInitial property determines whether on opening an express report it moves to the last time line step if index value is negative. | ||
The ReturnToInitialState property determines the value used to return time line to its initial state. | ||
The StepDuration property determines animation time of visualizer while moving from one step of the time line to another. | ||
The StepsNames property returns names of time line 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: