<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Method >SetFixPosition |
Enable or disable position fixing.
Prototype :
void SetFixPosition
(
bool FixPosition
)
Arguments :
FixPosition |
set to true to enable FixPosition |
Reference :
When the report expands horizontally, the chart is printed with page margin from the second page. In this case, You can print the chart from the second with the same position on the first page by enabling FixPosition. It works only when the ChartOutDirection property is Horizontal, Normal, V Limit.
Example :
This.SetFixPosition(true);
Available Events :
OnBind, OnInitialize, OnStartBind