<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetBarOutLine |
Enable or disable display of bar border.
Prototype :
void SetBarOutLine
(
bool BarOutLine
)
Arguments :
BarOutLine |
true for border display |
Example :
This.SetBarOutLine(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind