Creating Charts
Hi guys,
Hope someone can help me. I have a table that looks as follow(Refer to attachment)
I need to display the Columns (00:00 - 18:00) on the x-axis and the values of these columns in the y-axis per Name. Each name will have its own chart and a chart will be only for a singe date that the uses selected.
Can someone help or give advice?
Thanks
Hope someone can help me. I have a table that looks as follow(Refer to attachment)
I need to display the Columns (00:00 - 18:00) on the x-axis and the values of these columns in the y-axis per Name. Each name will have its own chart and a chart will be only for a singe date that the uses selected.
Can someone help or give advice?
Thanks
Comments
You need to fill the chart in code. To do this, put a new chart object on the page,create MSChart1.BeforePrint event handler and write the following code in it:
Thanks for the help. Works 100%