Formatting Series Marks

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
chiphotx
Newbie
Newbie
Posts: 7
Joined: Tue Jun 06, 2006 12:00 am

Formatting Series Marks

Post by chiphotx » Tue Apr 08, 2008 3:54 pm

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

Narcís
Site Admin
Site Admin
Posts: 14730
Joined: Mon Jun 09, 2003 4:00 am
Location: Banyoles, Catalonia
Contact:

Post by Narcís » Wed Apr 09, 2008 8:09 am

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%";
Best Regards,
Narcís Calvet / Development & Support
Steema Software
Avinguda Montilivi 33, 17003 Girona, Catalonia
Tel: 34 972 218 797
http://www.steema.com
Image Image Image Image Image Image
Instructions - How to post in this forum

Post Reply