Sets a postition of the Marks into the Bars.
public Boolean MarksOnBar {get; set;}

Remarks


By using this  feature for Bar and HorizBar Series   the Marks can be moved into the bars easily, allowing you to choose the desired alignment  within
the bar.
The  property MarksOnBar has been added, in conjunction with the MarksLocation (Start, Center, End) property.

Example :


  Series1.MarksOnBar = cbMarksOnBar.Checked; 
  Series1.MarksLocation = MarksLocation.End;


See Also

CustomBar Class | CustomBar Members | Steema.TeeChart.Styles Namespace