Click or drag to resize

VisualScriptBaseOnRender Method

Renders the visuals

Namespace: ArthaChitra.Model.SharpScript
Assembly: ArthaChitra.Core (in ArthaChitra.Core.dll) Version: 2.0.3.0
Syntax
C#
protected abstract void OnRender(
	DrawingContext dc,
	ChartVisualArgs args
)

Parameters

dc  DrawingContext
DrawingContext. Do not close the drawing context
args  ChartVisualArgs
ChartVisualArgs
See Also