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