Sets the current trend period range. This method applies only in freeze mode.

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

Syntax

C#
public void SetTrendRange(
	DateTime startTime,
	DateTime endTime
)
Visual Basic
Public Sub SetTrendRange ( _
	startTime As DateTime, _
	endTime As DateTime _
)
JScript
public function SetTrendRange(
	startTime : DateTime, 
	endTime : DateTime
)

Parameters

startTime
Type: System..::..DateTime
The starting time to display in the charts.
endTime
Type: System..::..DateTime
The ending time to display in the charts.

See Also