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