DashboardChart Constructor (ServerSecurityLoadingImageTypeEnum, String) |
|
DataPA OpenAnalytics API Reference
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public DashboardChart(
ServerSecurityLoadingImageTypeEnum loadingImageType,
string imageBase64
)
Public Sub New (
loadingImageType As ServerSecurityLoadingImageTypeEnum,
imageBase64 As String
)
public:
DashboardChart(
ServerSecurityLoadingImageTypeEnum loadingImageType,
String^ imageBase64
)
DataPAEnterpriseDashboard.DashboardChart = function(loadingImageType, imageBase64);
Parameters
- loadingImageType
- Type: DataPAServerSecurityServerSecurityLoadingImageTypeEnum
- imageBase64
- Type: SystemString
See Also