DashboardChartBuildChart Method (String, String) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public void BuildChart(
string chartType,
string XML
)
Public Sub BuildChart (
chartType As String,
XML As String
)
public:
void BuildChart(
String^ chartType,
String^ XML
)
function BuildChart(chartType, XML);
Parameters
- chartType
- Type: SystemString
- XML
- Type: SystemString
See Also