<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetZAxisSubTickLength |
Sets the length of the Z axis minor tick.
Prototype :
void SetZAxisSubTickLength
(
float ZAxisSubTickLength
)
Arguments :
ZAxisSubTickLength |
tick length |
Reference :
For the cross tick, the half of the length is inside of Z axis and the other half is outside of Z axis.
Example :
This.SetZAxisSubTickLength(6);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind