I am using System.Windows.Forms.DataVisualization.Charting
and I can create a series with a "triangle" MarkerStyle.
Is there a way to draw it with the point facing down?
I would like to show "up" and "down" type markers
public MarkerStyle MarkerStyle = MarkerStyle.Triangle;