<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetFillBackground |
Enable or disable background filling.
Prototype :
void SetFillBackground
(
bool FillBackground
)
Arguments :
FillBackground |
set to true to enable |
Reference :
If disable background filling, the BackColor become the background color.
Example :
This.SetFillBackground(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind