Click or drag to resize

PrintLogBasePrint Method (String, Brush)

Prints the message in the Output view

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void Print(
	string message,
	Brush brush
)

Parameters

message
Type: SystemString
Text to be printed
brush
Type: System.Windows.MediaBrush
Text color
See Also