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

 

SetXAxisMainTickLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisMainTickLength

 

 

Sets the length of the X axis major tick.

 

 

 

Prototype :

 

void SetXAxisMainTickLength

(

        float XAxisMainTickLength

)

 

 

 

Arguments :

 

XAxisMainTickLength

length

 

 

 

Reference :

 

For the cross tick, the half of the length is inside of X axis and the other half is outside of X axis.

 

 

 

Example :

 

This.SetXAxisMainTickLength(6);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind