<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetGradientColorDepth |
Sets the depth of color gradient.
Prototype :
void SetGradientColorDepth
(
integer GradientColorDepth
)
Arguments :
GradientColorDepth |
depth of color gradient |
Reference :
Positive depth value makes it brighter, negative depth makes it darker and zero makes no change.
Example :
This.SetGradientColorDepth(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind