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