I need help building a chart at runtime in VB.
I have a wizard that allows the user to build a report at
runtime from the data in our database and one of the things
I am stuck on is allowing the user to build a chart if he wants.
I know how to build the graph object,
Dim pGraphObject As GraphObjectSet pGraphObject = Report.Sections(curSection).AddGraphObject(crGroupGraph, 100, PageY + 200)
but how do I assign the data to the graph.
Has anyone succeeded in invoking the chart expert at runtime
to allow the user to build a chart.
Thanks.
I have a wizard that allows the user to build a report at
runtime from the data in our database and one of the things
I am stuck on is allowing the user to build a chart if he wants.
I know how to build the graph object,
Dim pGraphObject As GraphObjectSet pGraphObject = Report.Sections(curSection).AddGraphObject(crGroupGraph, 100, PageY + 200)
but how do I assign the data to the graph.
Has anyone succeeded in invoking the chart expert at runtime
to allow the user to build a chart.
Thanks.