New feature for Bar and HorizBar Series. Now the Marks can be moved into the bars easily, allowing you to choose the desired alignment into
the bar.
A new property MarksOnBar has been added, in conjunction with the MarksLocation (Start, Center, End) property.
Example :
series1.MarksOnBar = cbMarksOnBar.Checked;
Series1.MarksLocation = MarksLocation.End;