<< Click to Display Table of Contents >> Navigation: »No topics above this level« TOC : Script API > JavaScript > JavaScript API > Component > Multiplex > Chart > Event >OnPostChartBuild |
Occurs after the chart has been created.
Prototype :
void OnPostChartBuild
(
No Arguments
)
Reference :
OnPostChartBuild event occurs after all chart units' shape have been created. The event used to change the color of the units.
The event is executed for each chart on a page. If you designed one chart and two charts are created on the first page after chart binding, the event is executed twice. If three charts are created on the next page, the event will be executed three times.
After the chart has been drawn once, if you change some chart properties and units of the chart have been changed, the event will be occurred again.
The event also occurs when the report is exported. If there are any chart for which OnPostChartBuild has never been executed on the page to be exported, the event will be executed for those charts by exporting the report.