TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetZAxisMainTickLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >

 

SetZAxisMainTickLength

 

 

Sets the length of the Z axis major tick.

 

 

 

Prototype :

 

void SetZAxisMainTickLength

(

        float ZAxisMainTickLength

)

 

 

 

Arguments :

 

ZAxisMainTickLength

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.SetZAxisMainTickLength(6);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind