<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowZAxisLabel |
Specify whether to show the Z axis label.
Prototype :
void SetShowZAxisLabel
(
bool ShowZAxisLabel
)
Arguments :
ShowZAxisLabel |
set to true to show |
Example :
This.SetShowZAxisLabel(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind