<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetBottom3DAxisFaceTransparent |
Specify whether the color of the 3D bottom face is transparent.
Prototype :
void SetBottom3DAxisFaceTransparent
(
bool Bottom3DAxisFaceTransparent
)
Arguments :
Bottom3DAxisFaceTransparent |
true for transparent color |
Example :
This.SetBottom3DAxisFaceTransparent(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind