<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetInvisibleLegendIndexes |
Sets the invisible indexes of legend.
Prototype :
void SetInvisibleLegendIndexes
(
string InvisibleLegendIndexes
)
Arguments :
InvisibleLegendIndexes |
invisible indexes of legend for multiple indexes, use comma(,) as the separator. |
Example :
This.SetInvisibleLegendIndexes("0, 2");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind