I am developing windows form application with C#. My application uses Chart Control but there is a problem.
I add a series (CharType is Line) to the Chart Control and then later draw my currrent series on the Plot Area.
A label is shown upon the series line, but I want to show label name only once. What should I do to show label name once?