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

 

SetYAxisMainTickLength

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetYAxisMainTickLength

 

 

Sets the length of the Y axis major tick.

 

 

 

Prototype :

 

void SetYAxisMainTickLength

(

        float YAxisMainTickLength

)

 

 

 

Arguments :

 

YAxisMainTickLength

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind