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