Andy
Andy
It would be cool if the LineSeries class had a Tag object property: `public object Tag {get; set; }` because it would then allow developers to attach their own class...
I am adding graphics objects by calling AddGeometryToPaintTask. This works fine except when my application is creating a Chart object for the first time. The flow is: - Application started...
Sorry if this functionality is in there and I have missed it but I found the need for a function that converts cartesian chart X/Y axis values to a UI...