DashboardDesignerAboutMenuItemLabel Property |
|
DataPA OpenAnalytics API Reference
Gets and sets the label of the about menu item on the context menu of charts.
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public string AboutMenuItemLabel { get; set; }
Public Property AboutMenuItemLabel As String
Get
Set
public:
virtual property String^ AboutMenuItemLabel {
String^ get () sealed;
void set (String^ value) sealed;
}
function get_AboutMenuItemLabel();
function set_AboutMenuItemLabel(value);
Property Value
Type:
StringThe label of the about menu item on the context menu of charts.
Return Value
Type:
StringThe label of the about menu item on the context menu of charts.
Remarks See Also