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