Click or drag to resize

ScannerBaseAlert Method (AlertPriority, String, Brush, Brush)

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(
	AlertPriority alertPriority,
	string message,
	Brush foreground,
	Brush background
)

Parameters

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
See Also