Click or drag to resize

DrawingBasePrint Method (String)

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
)

Parameters

message
Type: SystemString
Message to be printed
See Also