<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetYAxisLeftValueOrigin |
Sets the value of the left Y axis origin.
Prototype :
void SetYAxisLeftValueOrigin
(
string YAxisLeftValueOrigin
)
Arguments :
YAxisLeftValueOrigin |
origin value |
Reference :
The value can be MIN, MAX or user value.
Example :
//min value
This.SetYAxisLeftValueOrigin("MIN");
//max value
This.SetYAxisLeftValueOrigin("MAX");
//user value
This.SetYAxisLeftValueOrigin("100");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind