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

 

SetLeft3DAxisFaceColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetLeft3DAxisFaceColor

 

 

Sets the color of the 3D left face.

 

 

 

Prototype :

 

void SetLeft3DAxisFaceColor

(

        string Left3DAxisFaceColor

)

 

 

 

Arguments :

 

Left3DAxisFaceColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind