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