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