<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetInvisibleDataLabelIndexes |
Sets the invisible indexes of data label.
Prototype :
void SetInvisibleDataLabelIndexes
(
string InvisibleDataLabelIndexes
)
Arguments :
InvisibleDataLabelIndexes |
invisible indexes of data label for multiple indexes, use comma(,) as the separator. |
Example :
This.SetInvisibleDataLabelIndexes("0, 2");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind