<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetBarItemGap |
Sets gap between bar items.
Prototype :
void SetBarItemGap
(
integer BarItemGap
)
Arguments :
BarItemGap |
gap between bar items |
Example :
This.SetBarItemGap(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind