I want to manipulate my report through visual Basic code, specifically I want to change the way my graph groups on dates. So the user can select group by DAY, WEEK, or MONTH.

So I've got so far as

Dim graph As CRAXDRT.GraphObject
Set graph = cReport.Sections(1).ReportObjects("Graph1")

But I'm trying to navigate through the object library with no help, Crystal Reports help is all about the application, not the VBcode.

SO

Does anyone know where I can get documentation on the CRAXDRT object library
OR
Does anyone know how to change the way a graph groups on a field...