Click or drag to resize

ChartVisualBaseAlert(String, Priority, Brush, String) Method

Alert. This alert is raised only once

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.4.0
Syntax
C#
protected void Alert(
	string tag,
	Priority priority,
	Brush foreground,
	string message
)

Parameters

tag  String
Unique tag
priority  Priority
Priority
foreground  Brush
Foreground color
message  String
Message
See Also