Click or drag to resize

DrawingBasePrint Method (String, Brush)

Prints the message to the output view

Namespace:  SharpCharts.Base.ChartObject
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
Message to be printed
brush
Type: System.Windows.MediaBrush
Text color
See Also