<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetShowXAxisSubTick |
Specify whether to show the X axis minor tick.
Prototype :
void SetShowXAxisSubTick
(
bool ShowXAxisSubTick
)
Arguments :
ShowXAxisSubTick |
set to true to show |
Example :
This.SetShowXAxisSubTick(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind