<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetZAxisPeriod |
Sets the display interval of the Z axis label.
Prototype :
void SetZAxisPeriod
(
integer ZAxisPeriod
)
Arguments :
ZAxisPeriod |
interval |
Reference :
Set to 1 for all labels and 2 for every other label.
Example :
This.SetZAxisPeriod(2);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind