Click or drag to resize

ILegacyControlTrendGraphAddTrendExternal Method

Note: This API is now obsolete.

Namespace:  AxiomCore2.Legacy
Assembly:  AxiomCore2 (in AxiomCore2.dll) Version: 1.0.0
Syntax
C#
[ObsoleteAttribute("This method is deprecated, please see documentation for help.")]
int AddTrendExternal(
	string name,
	string id,
	string aggregate,
	TimeSpan aggregateInterval,
	TimeSpan timeShift,
	bool isScript = false
)

Parameters

name
Type: SystemString
id
Type: SystemString
aggregate
Type: SystemString
aggregateInterval
Type: SystemTimeSpan
timeShift
Type: SystemTimeSpan
isScript (Optional)
Type: SystemBoolean

Return Value

Type: Int32
See Also