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