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