<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGradientType |
Sets the gradient type.
Prototype :
void SetGradientType
(
string GradientType
)
Arguments :
GradientType |
refer to GradientTypeConst |
Example :
//string
This.SetGradientType("Left_Right");
//constant
This.SetGradientType(GradientTypeConst.Left_Right);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :