cancel
Showing results for 
Search instead for 
Did you mean: 

Manage gridlines for groupaxis through formula or c# code.

Former Member
0 Kudos

Hello Friends,

I want to add gridlines for group axis of my line chart dynamically. I am using 'Date' (contains time in 12 hours format) field for group axis and value 'Sale' field as data axis and I also have low and high series for sale.

I want to show gridlines after sales for each date (there can be multiple sale value for each date).

Here are the sample values:

DateSale
11 July 2012 10:00 AM100
11 July 2012 12:00 PM200
11 July 2012 01:30 PM400
11 July 2012 10:00 PM300
12 July 2012 02:00 PM100
13 July 2012 04:00 PM200
14 July 2012 11:30 AM400
14 July 2012 12:00 PM500
14 July 2012 09:00 PM400
15 July 2012 09:00 AM200
16 July 2012 10:00 AM100
16 July 2012 11:00 AM100
16 July 2012 12:00 AM500

Please tell me is there is any way to add dynamic gridlines, through formula or .NET SDK.

Thanks in advance.

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

Anyone ! ... plz reply

former_member183750
Active Contributor
0 Kudos

Hello

Couple of things.

  1. You posted to the Crystal Reports design forum. Adding C# in your title probably scares most CR design people off as they do not use C#. As I mentioned in another thread, before looking for code solutions, you need to figure out how to do this in the designer (e.g.; just using formulas), if it is possible. Once you know how this would work in the designer, you can try to mimic the same at runtime.
  2. These are only community forums, not support as such. You may get a reply, you may not - though we try. The reply may be timely, it may not. For critical issues / questions we recommend creating a phone case here: http://store.businessobjects.com/store/bobjamer/en_US/pd/productID.98078100?resid=S6I@hgoHAkEAAGsiyV...

I'll see if I can get someone from the design team to jump in, but no promises that they will.

- Ludek

Former Member
0 Kudos

Okey, thanks for your help.