Click or drag to resize

SharpScriptBaseInvokeAsync Method

Invoke any action. It is recommended to draw any DrawingBase by invoking this method

Namespace:  SharpCharts.Base.SharpScript
Assembly:  SharpCharts.Base (in SharpCharts.Base.dll) Version: 1.0.0.42 (1.0.0.42)
Syntax
C#
protected void InvokeAsync(
	Action action
)

Parameters

action
Type: SystemAction
See Also