<< Click to Display Table of Contents >> TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowXAxisBottomTitle |
Specify whether to show the X axis bottom title.
Prototype :
void SetShowXAxisBottomTitle
(
bool ShowXAxisBottomTitle
)
Arguments :
ShowXAxisBottomTitle |
set to true to show |
Example :
This.SetShowXAxisBottomTitle(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind