I am trying to use the point2d series chart in devexpress 15.1.8 to display a scatterplot with X,Y values and a point label.
I am able to use the ColorDataMember property fine setting it to the name of a column in the dataset.
However when I set ToolTipHintDataMember to be Name I get the error:
Object of type Charts.Devexpress.Designer.Native.DataMemberInfo cannot be converted to type System.String.
please let me know how to fix this so I can use a string as a ToolTipHintDataMember.
My chart is bound to a DataTable so I want to set the ToolTipHintDataMember to be the column that has the tooltip text, in this case that column is called Name.
Thanks
Thank you for your report. I have managed to replicate the problem on my side. It will require additional time to research the problem in greater detail. Please bear with us. We will update the thread once we have any results.
Yup looks like you have replicated the issue on your side
Thanks for looking in to this.