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