Drill down on a chart with Auto Series
-
- Posts: 4
- Joined: Mon May 14, 2012 6:55 pm
Drill down on a chart with Auto Series
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"]}" )?
Re: Drill down on a chart with Auto Series
Hello.
Thank you.
You could get this value using next code: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"]}" )?
Code: Select all
(this["Series"] as Stimulsoft.Report.Chart.StiSeries).CoreTitle
-
- Posts: 4
- Joined: Mon May 14, 2012 6:55 pm
Re: Drill down on a chart with Auto Series
When I use this I get "Clustered Column.CoreTitle" and not the value shown in my legend... any other suggestions?
Re: Drill down on a chart with Auto Series
Hello.
What value is shown in your legend?
Could you send us your report template with sample data to reproduce the issue?
Thank you.
What value is shown in your legend?
Could you send us your report template with sample data to reproduce the issue?
Thank you.
-
- Posts: 4
- Joined: Mon May 14, 2012 6:55 pm
Re: Drill down on a chart with Auto Series
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!
{(this["Series"] as Stimulsoft.Report.Chart.StiSeries).CoreTitle}
Thanks for you help Alexsey!
Re: Drill down on a chart with Auto Series
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.