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