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