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