It looks like the documentation example is wrong when comparing to the actual overload arguments. Also I can't find how I set the width of the lines?
List<ChartAnchor> anchors = new List<ChartAnchor>();
Draw.PathTool(this, "tag1", false, anchors, Brushes.CornflowerBlue, DashStyleHelper.Solid, Brushes.CornflowerBlue, 40);

Comment