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