<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetXAxisMaxTickNum |
Sets the max number of the X axis tick.
Prototype :
void SetXAxisMaxTickNum
(
integer XAxisMaxTickNum
)
Arguments :
XAxisMaxTickNum |
max number of the X axis tick |
Example :
This.SetXAxisMaxTickNum(10);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind