Version

JavaScriptFileName Property (UltraChart)

Name of the JavaScript file that provides helper functions for the control.
Syntax
'Declaration
 
Public Property JavaScriptFileName As String
public string JavaScriptFileName {get; set;}
Remarks
This property specifies the URL to the JavaScript file that is needed for normal operation of UltraWebChart. The JavaScript file contains all of the code for client- and server-side event handling, along with tooltip and ActiveImages code.
Example
'Sets the path and filename for the javascript file name
Chart.JavaScriptFileName=""./../ig_chart.js"
//Sets the path and filename for the javascript file name
Chart.JavaScriptFileName=""./../ig_chart.js";
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also