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

 

SetBottom3DAxisFaceColor

<< Click to Display Table of Contents >>

Navigation:  »No topics above this level«

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

 

SetBottom3DAxisFaceColor

 

 

Sets the color of the 3D bottom face.

 

 

 

Prototype :

 

void SetBottom3DAxisFaceColor

(

        string Bottom3DAxisFaceColor

)

 

 

 

Arguments :

 

Bottom3DAxisFaceColor

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

 

 

 

Example :

 

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

 

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

 

 

 

Available Events :

 

OnAddToPage,  OnBind,  OnEndBind,  OnInitialize,  OnStartBind