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