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

 

SetXAxisSubTickLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetXAxisSubTickLength

 

 

Sets the length of the X axis minor tick.

 

 

 

Prototype :

 

void SetXAxisSubTickLength

(

        float XAxisSubTickLength

)

 

 

 

Arguments :

 

XAxisSubTickLength

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind