<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetXAxisAutoTickNum |
Specify whether to set the number of X axis ticks automatically.
Prototype :
void SetXAxisAutoTickNum
(
bool XAxisAutoTickNum
)
Arguments :
XAxisAutoTickNum |
true for automatic setting |
Example :
This.SetXAxisAutoTickNum(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind