Community Tip - Visit the PTCooler (the community lounge) to get to know your fellow community members and check out some of Dale's Friday Humor posts! X
Hi
I had faced this issue during my development process. I had created a chart extension configuring the line chart from the custom chart widget extension package (v 3.0.3) downloaded from the PTC marketplace. While using the extension the values are being displayed properly but in my chart extension the Selected Row Changed trigger function is not working ie. when I select a point from the chart I need to invoke a service. I had achieved this while using any inbuilt chart like for example a label chart. When I used a label chart I used the selected row changed to invoke a service which I had written.(This was working perfectly as required, I needed some additional features than the inbuilt chart I had to make the extension). But this same functionality(i e. Selected Row Changed) is not working using a extension chart widget.
I would like to know if there is any way I can configure my extension to get triggered by the Selected Row Changed or is it that the Selected Row Changed works only with inbuilt charts like the label chart or time series chart , etc. I am using an info table made using a service to bind the Chart and so it gets triggered using the Selected Row Changed function. But in my extension the point is not being selected in order to make the trigger function unlike the inbuilt charts. I would like to suggest the idea to implement or add on the Selected Row Changed trigger function in the Custom Chart widget extension as it makes the extension more friendly and helpful in using the widget. This trigger function is very helpful way to consider points on a chart like a considering single rows in a grid or a table, which can help to study or focus on a particular point from the chart.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.