<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >IsTooltipSameAsDataLabel |
Indicates whether to set tooltip text same as data label.
Prototype :
bool IsTooltipSameAsDataLabel
(
No Arguments
)
Example :
if(This.IsTooltipSameAsDataLabel() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events