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