Click or drag to resize
DashboardDesignerAddDashboardObject Method DataPA OpenAnalytics
DataPA OpenAnalytics API Reference
Adds a new DashboardObject to the current tab.

Namespace: DataPAEnterpriseDashboard
Assembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax
public bool AddDashboardObject(
	DashboardObjectDashboardObjectType ObjectType
)

Parameters

ObjectType
Type: DataPAEnterpriseDashboardDashboardObjectDashboardObjectType
The type of the object to add.

Return Value

Type: Boolean
True if the object is added to the tab.
Remarks