C-DEngine 5.105

TheChartValueDefinition Constructor (Guid, String, Boolean, Double, Double, Double, String)

Namespace:  nsCDEngine.Engines.NMIService
Assembly:  C-DEngine (in C-DEngine.dll)

Syntax


public TheChartValueDefinition(
	Guid pKey,
	string pNameX,
	bool IsXVisible,
	double pUpperAlarmX,
	double pLowerAlarmX,
	double pGainFactorX,
	string pDisplayFormat
)
Public Sub New ( _
	pKey As Guid, _
	pNameX As String, _
	IsXVisible As Boolean, _
	pUpperAlarmX As Double, _
	pLowerAlarmX As Double, _
	pGainFactorX As Double, _
	pDisplayFormat As String _
)
public:
TheChartValueDefinition(
	Guid^ pKey, 
	String^ pNameX, 
	bool^ IsXVisible, 
	double^ pUpperAlarmX, 
	double^ pLowerAlarmX, 
	double^ pGainFactorX, 
	String^ pDisplayFormat
)

Parameters

pKey
Type: Guid
pNameX
Type: String
IsXVisible
Type: Boolean
pUpperAlarmX
Type: Double
pLowerAlarmX
Type: Double
pGainFactorX
Type: Double
pDisplayFormat
Type: String