TimeCursorStyle Property

Specifies the type of time cursor to display in an Enhanced Chart in run mode, when the ShowTimeCursor property is set to true.

Syntax

object.TimeCursorStyle [= enumTimeC ursorStyle]

Properties

The TimeCursorStyle property syntax has these parts:

Part

Description

object

An object expression that evaluates to an object in the Applies To list.

enumTimeCursorStyle

An enumeration value representing the type of tool tip to display:

  • Style_Tooltips (1) – Displays the time cursor as a tool tip when in run mode. Clicking the plot area displays the time cursor in the area where you clicked. Clicking again will free it up. (The default for charts created in iFIX 5.5 and greater.)
  • Style_Table (0) – Displays the time cursor as an annotation (cross hair cursor) in run mode. This style is the only style used for Enhanced Charts prior to iFIX 5.5. For iFIX 5.5, the cross hair cursor has been replaced with a single vertical line. (Style_Table (0) is the default for charts created prior to iFIX 5.5.)

 

Applies To