Drill down on a chart with Auto Series

Stimulsoft Reports.NET discussion
Post Reply
debraballenger
Posts: 4
Joined: Mon May 14, 2012 6:55 pm

Drill down on a chart with Auto Series

Post by debraballenger »

I want to have a drill down on a chart that has an Auto Series. In the drill down report how do I reference the value from the auto series like I do with the x axis value ( "{this["SeriesArgument"]}" )?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Drill down on a chart with Auto Series

Post by HighAley »

Hello.
debraballenger wrote:I want to have a drill down on a chart that has an Auto Series. In the drill down report how do I reference the value from the auto series like I do with the x axis value ( "{this["SeriesArgument"]}" )?
You could get this value using next code:

Code: Select all

(this["Series"] as Stimulsoft.Report.Chart.StiSeries).CoreTitle
Thank you.
debraballenger
Posts: 4
Joined: Mon May 14, 2012 6:55 pm

Re: Drill down on a chart with Auto Series

Post by debraballenger »

When I use this I get "Clustered Column.CoreTitle" and not the value shown in my legend... any other suggestions?
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Drill down on a chart with Auto Series

Post by HighAley »

Hello.

What value is shown in your legend?
Could you send us your report template with sample data to reproduce the issue?

Thank you.
debraballenger
Posts: 4
Joined: Mon May 14, 2012 6:55 pm

Re: Drill down on a chart with Auto Series

Post by debraballenger »

I found what I was doing wrong, in the designer to make it display the value I had to make the code like this:
{(this["Series"] as Stimulsoft.Report.Chart.StiSeries).CoreTitle}

Thanks for you help Alexsey!
HighAley
Posts: 8430
Joined: Wed Jun 08, 2011 7:40 am
Location: Stimulsoft Office

Re: Drill down on a chart with Auto Series

Post by HighAley »

Hello.

We are always glad to help you.
Let us know if you will need any additional help.

Thank you.
Post Reply