<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetAxisThick |
Sets the axis thickness of a 3D rotatable chart.
Prototype :
void SetAxisThick
(
float AxisThick
)
Arguments :
AxisThick |
axis thickness |
Example :
This.SetAxisThick(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind