In my first post I attached an image of what the view looks like today. I want to improve the x axis label to just be an image and then use a tooltip to give you the details.
The problem is if i try to use styles I can't bind to the item in my MVVM.
System.Windows.Data Error: BindingExpression path error: 'CategoryX' property not found on 'Telerik.Windows.Controls.Charting.TickPoint' 'Telerik.Windows.Controls.Charting.TickPoint' (HashCode=40306186). BindingExpression: Path='CategoryX' DataItem='Telerik.Windows.Controls.Charting.TickPoint' (HashCode=40306186); target element is 'System.Windows.Controls.TextBlock' (Name=''); target property is 'ToolTip' (type 'System.Object')..
How would you accomplish changing the xaxis to be an image with a tooltip with a stackpanel and multiple textboxes?
Thanks