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