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