<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetDrawXLabelOnOrigin |
Sets visibility of the X axis label on the origin.
Prototype :
void SetDrawXLabelOnOrigin
(
bool DrawXLabelOnOrigin
)
Arguments :
DrawXLabelOnOrigin |
set to true to show the X axis label on the origin |
Example :
This.SetDrawXLabelOnOrigin(true);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind