Code: Select all
int value = _chart.Axes.Left.CalcYPosValue(0.35);
g.Line(_chart.Axes.Bottom.IStartPos, value, _chart.Axes.Bottom.IEndPos, value);
Code: Select all
int value = _chart.Axes.Left.CalcYPosValue(0.35);
g.Line(_chart.Axes.Bottom.IStartPos, value, _chart.Axes.Bottom.IEndPos, value);