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