<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetTooltipSameAsDataLabel |
Specify whether to set tooltip text same as the data label.
Prototype :
void SetTooltipSameAsDataLabel
(
bool TooltipSameAsDataLabel
)
Arguments :
TooltipSameAsDataLabel |
set true to set tooltip text same as the data label |
Example :
This.SetTooltipSameAsDataLabel(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind