HistMode Property

Allows you to determine how iFIX selects data from a historical data source and displays it in the chart, and determines what each displayed value represents.

Syntax

object.HistMode [= enumHistMode]

Properties

The HistMode property syntax has these parts:

Part

Description

object

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

enumHistMode

An enumeration representing how iFIX selects data from a historical data source and displays it in a GeneralDataSet Object:

Valid entries:
0 – HDS_Sample
1 – HDS_Avg
2 – HDS_High
3 – HDS_Low
4 – HDS_Interpolated
5 - HDS_Trend
7 - HDS_StandardDeviation
8 - HDS_Total
13 – HDS_CurrentValue

 

Applies To