How to Embed Chart Control In Forms

w2vijay

w2vijay

Well Known Member
Hi,

Does any one worked on embedding chart control in Browse Subform.

I have an application with main form as Power browse form and a subform placed on it. The subform is displaying the detail records of the power browse form. Under this need to place a chart control to display the percentage values in pie chart.

I found in oracle metalink need to do some setup and configurations in order to use chart control.

Let me know If any one has idea on how to do setup and develop chart or any document helpful to implement that.

Thanks in advance.
 
Bruno,

Thank you very much for the document. It worked fine with "Dialog is initialized" event displaying the chart and data defined in variables.

My requirement is to pick the values from Grid of subform and display in the chart.

There is no dialog initialized event. The events present are Grid Record Fetched,Write-gridline-before,Last record has been read,Add-record to BD-before,Add-record to BD-after,Update-record to BD-before,Update-record to BD-after,Write-Grid-lineafter,postcommit,notifybychild,enterfocus,leavefocus.

Any idea on which event we can write the code.
 
Back
Top