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