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