Unplanned
Last Updated: 06 Mar 2019 16:31 by Thomas
Thomas
Created on: 05 Mar 2019 20:43
Type: Bug Report
0
Retrieve Tag property of RadCartesianChart's PointSeries elements

When attempting to get data related to what is being displayed in the RadCartesianChart I cannot read the nested properties under the Path's Tag field. When retrieving the Tag property it is returned as a string and appears to be pre-populated in the propsBag as a String property

The Path WebAii element has a Data field which returns nested properties for the Geometry, but I do not see similar functionality for the Tag field.  Is this supported or is there guidance on implementing a custom AutomationObject to provide deserilazation and access to the nested properties?  If not can you provided details on the difference to why Data is supported, but not Tag?  Thank you!

3 comments
Thomas
Posted on: 06 Mar 2019 16:31
Thank you!
ADMIN
Elena
Posted on: 06 Mar 2019 15:40
Hi Thomas,

Thank you for your the detailed description of the use case you need to implement. 

I allowed myself to convert the current item into a public item in our feedback portal and this is because the current lack of functionality needs to be explored further from our development team. You can follow the progress of investigation from this link

Once we have any observations from the initial review of the issue, I will get back to you to share additional details on the case. 

In the meantime, please let me know in case you have any further questions or this misbehavior turns out to be a showstopper for you. 

Thank you in advance for your understanding and patience. 

Regards,
Elena Tsvetkova
Progress Telerik
 
Quickly become an expert in Test Studio, check out our new training sessions!
Test Studio Trainings
 
Thomas
Posted on: 05 Mar 2019 21:48
I have also tried to work around this by using the Tooltip property to retrieve the desired value, but that property has only ever returned null for me.  I have verified that a tooltip is present when hovering the Point on the RadCartesianGrid.