passing a chart argument and displaying a relation on the chart

Stimulsoft Reports.WEB discussion
Post Reply
erikbrandvig
Posts: 25
Joined: Tue Apr 26, 2011 1:01 pm
Location: Vista, CA

passing a chart argument and displaying a relation on the chart

Post by erikbrandvig »

while creating a drilldown chart, i want to pass an "EmployeeID" while displaying the name of the Employee, which is accessed from a relation.

Image

you can see that i have the name of the employee from the relation in the tooltip, but how do i get the name to be underneath the column and still pass the EmployeeID variable?
Attachments
1084.ChartArgumentLabels.mrt
(30.5 KiB) Downloaded 181 times
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

passing a chart argument and displaying a relation on the chart

Post by Vladimir »

Hello,

We have added a transfer of "SeriesTag" parameter for Series Interaction, the update will be available in the next prerelease build on June, 22.
You can specify a value for this parameter in the Interaction.Tag, Interaction.TagDataColumn, Interaction.ListOfTags properties of the Chart series.

Thank you.
erikbrandvig
Posts: 25
Joined: Tue Apr 26, 2011 1:01 pm
Location: Vista, CA

passing a chart argument and displaying a relation on the chart

Post by erikbrandvig »

this is still not working in the sample i provided.

i have attempted to change all 3 of the new objects: interation.tag, .tagdatacolumn, and .listOfTags

none of them have any effect on the labels below the chart.

thanks for looking into this!

erik
Vladimir
Posts: 1462
Joined: Fri Apr 13, 2007 4:05 am
Location: Earth

passing a chart argument and displaying a relation on the chart

Post by Vladimir »

Hello,

We tested the latest prerelease build, everything is working correctly. We have prepared an example for you that demonstrates the SeriesTag parameter transfer. You can find it in the attachment.

Thank you.

Attachments
1135.Sample.zip
(483.34 KiB) Downloaded 209 times
Post Reply