dotnetCHARTING Send comments on this topic.
RenderCallback Property
See Also 
dotnetCHARTING Namespace > JsOptions Class : RenderCallback Property


Gets or sets the name of a javascript function defined within the page. This function is called after the javascript chart renders.

Syntax

Visual Basic (Declaration) 
Public Property RenderCallback As String
Visual Basic (Usage)Copy Code
Dim instance As JsOptions
Dim value As String
 
instance.RenderCallback = value
 
value = instance.RenderCallback
C# 
public string RenderCallback {get; set;}

See Also

© 2021 All Rights Reserved.