DashboardChartShowMapProgressBar Method |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void ShowMapProgressBar(
decimal value,
string text
)
Public Sub ShowMapProgressBar (
value As Decimal,
text As String
)
public:
void ShowMapProgressBar(
Decimal value,
String^ text
)
function ShowMapProgressBar(value, text);
Parameters
- value
- Type: SystemDecimal
- text
- Type: SystemString
See Also