null value in fastline

TeeChart for Microsoft Visual Studio .NET, Xamarin Studio (Android, iOS & Forms) & Monodevelop.
Post Reply
joachim
Newbie
Newbie
Posts: 9
Joined: Thu Feb 05, 2004 5:00 am

null value in fastline

Post by joachim » Thu Jan 27, 2005 3:24 pm

How can I add a null value in FastLine.Add(double[], double[])? I have lots of points and cannot add them one by one because of performance.

Pep
Site Admin
Site Admin
Posts: 3295
Joined: Fri Nov 14, 2003 5:00 am
Contact:

Post by Pep » Fri Jan 28, 2005 4:41 pm

Hi Joachim,

to add Null points in a FastLine series you must use the approach showed in the Demo Features project, under :
What's New ? -> Welcome ! -> New Features -> Series -> FastLine -> Nulls and Stairs example

Post Reply