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