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