Search
ButtonComponent.onCustomDraw Method
See Also
 






Raises the CustomDraw event.

Namespace: MindFusion.Charting.Components
File: ButtonComponent.js

 Syntax

JavaScript  Copy Code

function onCustomDraw (e)

 Parameters

e

An instance of the ButtonDrawEventArgs class.

 See Also