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