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