<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >IsShowZAxisLabel |
Indicates whether to show the Z axis label.
Prototype :
bool IsShowZAxisLabel
(
No Arguments
)
Example :
if(This.IsShowZAxisLabel() == true) {
_TraceLn("true");
} else {
_TraceLn("false");
}
Available Events :
All Events