Page 1 of 1

Seting AutoSeriesKeyDataColumn dynamically?

Posted: Mon Oct 20, 2014 11:21 pm
by AliVa
Hi Guys,

Is it is possible to set "AutoSeriesKeyDataColumn " property in run-time say in BeforePrint event?
I have a query which can be in autoseries mode based on a condition and just wndering can I contrl the chart in runtime?

Regards,
Ali

Re: Seting AutoSeriesKeyDataColumn dynamically?

Posted: Tue Oct 21, 2014 1:15 pm
by HighAley
Hello.

You could set the AutoSeriesKeyDataColumn property in the Before Print event of the Chart

Code: Select all

 ((sender as Stimulsoft.Report.Chart.StiChart).Series[0] as Stimulsoft.Report.Chart.StiSeries).AutoSeriesKeyDataColumn
Thank you.