<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetInnerLeftGap |
Sets the internal left margin of a chart.
Prototype :
void SetInnerLeftGap
(
float InnerLeftGap
)
Arguments :
InnerLeftGap |
internal left margin |
Example :
This.SetInnerLeftGap(30);
Available Events :
OnAddToPage, OnBind, OnEndBind, OnInitialize, OnStartBind