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