Click or drag to resize

ScannerBaseAlert Method (String, AlertPriority, String, Brush, Brush, TimeSpan)

Sends a new Alert message to the Alert View

Namespace:  SharpCharts.Base.MarketWatch
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void Alert(
	string tag,
	AlertPriority alertPriority,
	string message,
	Brush foreground,
	Brush background,
	TimeSpan resetTime
)

Parameters

tag
Type: SystemString
Tag identifier
alertPriority
Type: SharpCharts.Base.AlertAlertPriority
Alert Priority
message
Type: SystemString
The alert message
foreground
Type: System.Windows.MediaBrush
Foreground Brush
background
Type: System.Windows.MediaBrush
Background Brush
resetTime
Type: SystemTimeSpan
Alarm will reset after specified time, else will alert only once
See Also