DVSyncManager.HoverSameTime

Syntax

HoverSameTime: Boolean

Description

The HoverSameTime property determines whether only the items, for which identical time line values are set, are highlighted

Comments

Use JSON or the setHoverSameTime method to set the property value and the getHoverSameTime method to get the property value.

The property is set to True if only the items with equal timeline values are highlighted and False if all items are highlighted.

By default the property is set to True.

Example

The property use is given in the page with description of the DVSyncManager.add method.

DVSyncManager