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