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