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