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

 

SetZAxisMainTickColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetZAxisMainTickColor

 

 

Sets the color of the Z axis major tick.

 

 

 

Prototype :

 

void SetZAxisMainTickColor

(

        string ZAxisMainTickColor

)

 

 

 

Arguments :

 

ZAxisMainTickColor

Specify by hexa or decimal RGB value in the form of "#hhhhhh" or "ddd, ddd, ddd".

 

 

 

Example :

 

This.SetZAxisMainTickColor("#FF0000"); //Red

 

This.SetZAxisMainTickColor("255, 0, 0"); //Red

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind