Page 1 of 1

passing parameters in drilldown chart

Posted: Mon Aug 24, 2015 7:26 pm
by pderaiche
I am trying to pass two parameters from on page (chart) to another page (chart).

Re: passing parameters in drilldown chart

Posted: Tue Aug 25, 2015 7:44 am
by HighAley
Hello.

You could pass one of the following values with next expression this["Series"].
  • Series
  • SeriesIndex
  • SeriesArgument
  • SeriesValue
  • SeriesPointIndex
  • SeriesTag
  • SeriesHyperlink
  • SeriesTooltip
  • SeriesTitle
You could find sample report in our Demo for WinForms -- Interactive Reports - Interactive Charts.
The answer could be different for other products. What product do you use?

Thank you.

Re: passing parameters in drilldown chart

Posted: Wed Aug 26, 2015 12:49 pm
by pderaiche
StimulsoftDesigner

Re: passing parameters in drilldown chart

Posted: Wed Aug 26, 2015 12:53 pm
by Andrew
No. no. Please point one of the following presented on the web page at http://www.stimulsoft.com/en/products

Thank you.

Re: passing parameters in drilldown chart

Posted: Wed Aug 26, 2015 5:59 pm
by pderaiche
The problem is now solved thanks to the SeriesTag value. Thank you.
Now my problem is that when the report is in French the page 1 title is in French but the pag2 title remains in English... Any clue please?

Re: passing parameters in drilldown chart

Posted: Thu Aug 27, 2015 7:41 am
by HighAley
Hello.

Could you specify how do you change language of the report?
Do you use drill-down to a page of the same report or to a different report?

Thank you.