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