MapShowTooltip Property |
|
DataPA OpenAnalytics API Reference
Gets and sets a property that indicates if tooltips should be shown on this map
Namespace: DataPAEnterpriseDashboardAssembly: DataPAEnterpriseDashboard (in DataPAEnterpriseDashboard.dll) Version: 1.0.90.0 (1.0.90.0)
Syntax public bool ShowTooltip { get; set; }
Public Property ShowTooltip As Boolean
Get
Set
public:
virtual property bool ShowTooltip {
bool get () sealed;
void set (bool value) sealed;
}
function get_ShowTooltip();
function set_ShowTooltip(value);
Return Value
Type:
BooleanTrue if tooltips should be shown on this map
Implements
Map_MapShowTooltipSee Also