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