Show contents 

Visualizators > Visualizators Assembly Interfaces > IVZTimeLine

IVZTimeLine

Assembly: Visualizators;

Description

The IVZTimeLine interface is used to work with visualizer timeline.

Inheritance Hierarchy

          IVZPlacedControlBase

          IVZTimeLine

Comments

The timeline may look as follows:

To determine line parameters, use the IVZDataVisualizer.TimeLine property.

Properties

  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.

Properties inherited from the IVZPlacedControlBase Interface

  Property name Brief description

Style

The Style property determines style of control.

HorizontalAlignment

The HorizontalAlignment property determines horizontal alignment of control.

VerticalAlignment

The VerticalAlignment property determines vertical alignment of control.

Visible

The Visible property determines visibility of control.

See also:

Visualizators Assembly Interfaces