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

 

SetBack3DAxisFaceColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetBack3DAxisFaceColor

 

 

Sets the color of the 3D back face.

 

 

 

Prototype :

 

void SetBack3DAxisFaceColor

(

        string Back3DAxisFaceColor

)

 

 

 

Arguments :

 

Back3DAxisFaceColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind