I've just started to use the Chart control and am quite delighted to find it. I have posted a separate forums question to help me get around an error while trying to run the C# Chart Samples that I found. But in the meantime, I'm experimenting myself without any samples. I'm hoping this is the right forum for Chart questions.
The lack of sample code in the documentation of the Chart control is a challenge in general. But I can't find any documentation on the format of the string that's assigned to the Chart.Annotation.AnchorDataPointName property. I've looked at the designer generated code in a sample I created myself and the string has the format "series name\\r0". It looks like the "\\r0" designates the index of the data point you want to annotate within the series, but it makes me wonder if there aren't some other formatting goodies the string allows.
So, is there more to the format of the AnchorDataPointName string and am I properly interpreting what I'm seeing?
Thanks. Steve