Page 1 of 1
Drill down on a chart with Auto Series
Posted: Wed Feb 06, 2013 1:39 am
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"]}" )?
Re: Drill down on a chart with Auto Series
Posted: Wed Feb 06, 2013 6:40 am
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.
Re: Drill down on a chart with Auto Series
Posted: Wed Feb 06, 2013 3:46 pm
by debraballenger
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
Posted: Thu Feb 07, 2013 10:06 am
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.
Re: Drill down on a chart with Auto Series
Posted: Thu Feb 07, 2013 12:36 pm
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!
Re: Drill down on a chart with Auto Series
Posted: Thu Feb 07, 2013 1:45 pm
by HighAley
Hello.
We are always glad to help you.
Let us know if you will need any additional help.
Thank you.