Hello,
is there a simple way to bind a numeric value to the subtitle ?
Following scenario:
I have multiple series and each one of them with with different underlying data depending on the selected item in the combo editor.
So for each series there has to be a different value that I want to display in the subtitle of the same XamDataChart:
I.e. if I select the first chart, the subtitle should show "s_max = 10". Selection of the second chart should show "s_max = 5" and so on.
Thank you in advance.
Best regards,
Julian
Hello Nicholas,
thank you. My problem was actualy with the datacontext it had set for that specific xamdatachart and the property was not found.
regards,
julian
Hello Julian,
As long as you have a string property on your viewmodel for the chart you should be able to bind to the subtitle property. Also here is a link to our docs on the subtitle property for the xamdatachart https://ko.infragistics.com/help/wpf/datachart-chart-title-and-subtitle
Let me know if you need any more assistance
Regards
Nicholas