Request new Add method to Custom3d

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
Mike Jones
Newbie
Newbie
Posts: 4
Joined: Thu Feb 01, 2007 12:00 am

Request new Add method to Custom3d

Post by Mike Jones » Mon Oct 01, 2007 4:07 pm

I would be very greatful if an overload to the Add method was added that had the signature that looked like

public void Add(Array xValues, Array yValues, Array zValues, Array colorValues)


If this is not possible in the next release can you send a snippet of code that I might use to implement this in a derived series?

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

Post by Narcís » Tue Oct 02, 2007 7:38 am

Hi Mike,

I've added your request to our wish-list to be considered for inclusion in future releases. In the meantime, you can do something very similar to the public void Add(Array xValues, Array yValues, Array wValues, Array hValues) method I implemented in the example I posted here. This method used existing Add(Array xValues, Array yValues) method and assigns the other arrays directly to the ValueLists. You can do the same with ZValues and ValueColor ValueLists.
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