DataPA Enterprise Dashboard Controls API Reference
Gets the Javascript required to support web rendering of this ManagedDashboard.

Namespace: DataPAEnterpriseDashboard
Assembly: 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: String
The Javascript required to support web rendering of this ManagedDashboard

Remarks