Gets or sets whether signal markers are displayed in the charts.

Namespace: Ico.Twx
Assembly: TwxViewControl (in TwxViewControl.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public bool ShowSignalMarkers { get; set; }
Visual Basic
Public Property ShowSignalMarkers As Boolean
	Get
	Set
JScript
function get ShowSignalMarkers () : boolean
function set ShowSignalMarkers (value : boolean)

Remarks

When this property is true then each trend which support 'signal markers' will display an indicator to highlight its latest sample in the trend period.
How the marker is represented depends on the specific trend type (i.e. typically for a time line trend an arrow will be displayed on the margin of the trend area moving along the Y range).

See Also