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