DataPA Enterprise Dashboard Controls API Reference
Gets the FlashVars string to support rendering of the chart.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)

Syntax

C#
public string FlashVars { get; }
Visual Basic
Public ReadOnly Property FlashVars As String
	Get
Visual C++
public:
virtual property String^ FlashVars {
	String^ get () sealed;
}

Property Value

Type: String
The FlashVars string to support rendering of the chart.

Return Value

Type: String
The FlashVars string to support rendering of the chart.

Remarks