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