Creating 3D surface with no borders

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
skruegel
Newbie
Newbie
Posts: 5
Joined: Wed Jun 25, 2008 12:00 am
Contact:

Creating 3D surface with no borders

Post by skruegel » Thu Nov 18, 2010 5:31 pm

How do you programmatically create a new 3D surface with no borders? When I create a new surface, I can't find the relevant properties to set.

Rubén
Newbie
Newbie
Posts: 20
Joined: Fri Nov 19, 2010 12:00 am

Re: Creating 3D surface with no borders

Post by Rubén » Fri Nov 19, 2010 1:33 pm

Hello, you have to use this command for disable borders in a surface:
surface1.Pen.Visible = false
on Surface1 is your surface.

Thanks

Post Reply