<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetXAxisValueGap |
Sets the gap between data items on the X axis.
Prototype :
void SetXAxisValueGap
(
string XAxisValueGap
)
Arguments :
XAxisValueGap |
gap between data items |
Reference :
If set to "", the gap will be set to MIN.
Example :
This.SetXAxisValueGap("30");
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind