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