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

 

SetYAxisSubTickLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisSubTickLength

 

 

Sets the length of the Y axis minor tick.

 

 

 

Prototype :

 

void SetYAxisSubTickLength

(

        float YAxisSubTickLength

)

 

 

 

Arguments :

 

YAxisSubTickLength

tick length

 

 

 

Reference :

 

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

 

 

 

Example :

 

This.SetYAxisSubTickLength(6);

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind