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