I have a report with a chart that I would like to change the Min and Max properties of the data axis programmatically. These properties can be set the report designer, but I can't find a way with the ChartObject to alter these values at runtime. It doesn't appear that the ChartObject exposes those properties. I have seen posts that suggest using the GraphObject of the CRAXDRT library to set the properties, but from what I can tell, that library is for older versions of Crystal and VB. I am using Visual Studio 2008 with the built-in version of Crystal (10.5) and VB.NET. Can anyone tell me if it is possible to set the Min and Max properties of the data axis of a chart programmatically with the product versions I am using?
Thanks,
Kevin