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