<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetXAxisMainTickType |
Sets the types of the X axis major tick.
Prototype :
void SetXAxisMainTickType
(
string XAxisMainTickType
)
Arguments :
XAxisMainTickType |
refer to ChartTickTypeConst |
Example :
//string
This.SetXAxisMainTickType("In");
//constant
This.SetXAxisMainTickType(ChartTickTypeConst.In);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind
See also :