juliaroberts
Programmer
Hi,
I am using a chart object in my report. I have a requirement in which the end user is able to select the graph type and then view the report. So if he selects graph type to be Pie then the chart will be in the Pie form and if he selects Bar, it would appear in the Bar form , etc etc for the many other graph types supported.
I am able to do this at design time by changing the GraphType property of the Chart Object. Is it possible to access this property programmatically so that at run time, based on user selection, I can change this Graph Type.
Any help in this matter is appreciated.
Thanks
I am using a chart object in my report. I have a requirement in which the end user is able to select the graph type and then view the report. So if he selects graph type to be Pie then the chart will be in the Pie form and if he selects Bar, it would appear in the Bar form , etc etc for the many other graph types supported.
I am able to do this at design time by changing the GraphType property of the Chart Object. Is it possible to access this property programmatically so that at run time, based on user selection, I can change this Graph Type.
Any help in this matter is appreciated.
Thanks