ManagedDashboardChartSupportScript Property |
|
DataPA OpenAnalytics 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 public string ChartSupportScript { get; }
Public ReadOnly Property ChartSupportScript As String
Get
public:
virtual property String^ ChartSupportScript {
String^ get () sealed;
}
function get_ChartSupportScript();
Return Value
Type:
StringThe Javascript required to support web rendering of this ManagedDashboard
Remarks See Also