I am using System.Windows.Controls.DataVisualization.Charting to create a Column Series. This works pretty well. But now i have to add a “Limit Line”, which is a simple horizontal line at a defined value. How do I manage this?
I am using System.Windows.Controls.DataVisualization.Charting to create a Column Series. This works pretty well. But
Share
I figured it, by using a Scatter Series and a stretched Line: