Click or drag to resize
PrintLogBaseLog Method
Prints the messages in the Log tab in Main view

Namespace: SharpCharts.Base.SharpScript
Assembly: SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.6 (1.0.0.6)
Syntax
C#
protected void Log(
	string message
)

Parameters

message
Type: SystemString
Message to print
See Also