<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowData |
Specify whether to show the data value.
Prototype :
void SetShowData
(
bool ShowData
)
Arguments :
ShowData |
set to true to show |
Example :
This.SetShowData(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind