<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetZAxisSubPeriod |
Sets the display interval of the Z axis minor grid line.
Prototype :
void SetZAxisSubPeriod
(
integer ZAxisSubPeriod
)
Arguments :
ZAxisSubPeriod |
display interval |
Reference :
If set to the value less than 1, the value will be reset to 1 automatically.
Example :
This.SetZAxisSubPeriod(2);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind