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

 

SetRight3DAxisLineColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetRight3DAxisLineColor

 

 

Sets the color of the 3D right Y axis line.

 

 

 

Prototype :

 

void SetRight3DAxisLineColor

(

        string Right3DAxisLineColor

)

 

 

 

Arguments :

 

Right3DAxisLineColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind