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