<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetUseGradient |
Specify whether to use gradient effect.
Prototype :
void SetUseGradient
(
bool UseGradient
)
Arguments :
UseGradient |
true for gradation |
Example :
This.SetUseGradient(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind