DataPA Enterprise Dashboard Controls API Reference 
        
 Gets the Javascript required to support web rendering of this ManagedDashboard.
 
        
        Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
| C# | 
|---|
public string ChartSupportScript { get; } | 
| Visual Basic | 
|---|
Public ReadOnly Property ChartSupportScript As String
	Get  | 
| Visual C++ | 
|---|
public:
virtual property String^ ChartSupportScript {
	String^ get () sealed;
} | 
Return Value
Type: 
StringThe Javascript required to support web rendering of this ManagedDashboard
Remarks
See Also