cancel
Showing results for 
Search instead for 
Did you mean: 

Set Chart's Min and Max Data Axis Values

0 Kudos

Hi,

I'm trying to set the min and max data values dynamically. This is possible in VB6 by setting the properties "MinDataAxisValue, MinData2AxisValue, MinSeriesAxisValue", as well as the max's, but I do not see these properties anywhere in the .Net Visual Studio packages. Any help is appreciated!

Thanks.

jerryjanda
Community Manager
Community Manager
0 Kudos

Thank you for visiting SAP Community to get answers to your questions. Since you're asking a question here for the first time, I recommend that you familiarize yourself with https://community.sap.com/resources/questions-and-answers (if you haven't already), as it provides tips for preparing questions that draw responses from our members.

Should you wish, you can revise your question by selecting Actions, then Edit (although once someone answers your question, you'll lose the ability to edit the question -- but if that happens, you can leave more details in a comment).

Finally, if you're hoping to connect with readers, please consider adding a picture to your profile. Here's how you do it: https://www.youtube.com/watch?v=F5JdUbyjfMA&list=PLpQebylHrdh5s3gwy-h6RtymfDpoz3vDS. By personalizing your profile with a photo of you, you encourage readers to respond.

Kind regards,

--Jerry

Accepted Solutions (1)

Accepted Solutions (1)

Get the latest .NET SDK from here if not using BOE:

https://wiki.scn.sap.com/wiki/display/BOBJ/Crystal+Reports%2C+Developer+for+Visual+Studio+Downloads

Two ways to make the changes:

CrystalDecisions.CrystalReports.Engine.ChartObject

and

CrystalDecisions.ReportAppServer.ReportDefModel.ChartObject

You may need to clone the object first and then make the changes.

Don

Answers (0)