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

 

SetZAxisSubTickColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetZAxisSubTickColor

 

 

Sets the color of the Z axis minor tick.

 

 

 

Prototype :

 

void SetZAxisSubTickColor

(

        string ZAxisSubTickColor

)

 

 

 

Arguments :

 

ZAxisSubTickColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind