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