Page 1 of 1

Formatting Series Marks

Posted: Tue Apr 08, 2008 3:54 pm
by 9641475
Seems like this should be easy. I've looked through everything I can think of to find how to format the data marks on a line series. I simply want to format them like I do the axis with a string like "#0%".

Thanks

Posted: Wed Apr 09, 2008 8:09 am
by narcis
Hi chiphotx,

In that case you need to set the marks to display series value and set values format like this:

Code: Select all

			bar1.Marks.Style = Steema.TeeChart.Styles.MarksStyles.Value;
			bar1.ValueFormat = "#0%";