Quinn-Curtis Forums
Quinn-Curtis Forums
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Tools for Microsoft .Net & .Net Compact Framework
 QCChart2D and QCChart2D CF (VB and C#)
 mark datapoint as bad
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

hagen

3 Posts

Posted - 22 Apr 2004 :  05:53:51  Show Profile  Reply with Quote
Hi!

In your win32 graphictools there was a function WGMarkDatapoint. This marks a point as bad. How i can mark single points in your dotnet-control as bad to supress the view?

regards
Hagen


HS

Edited by - hagen on 22 Apr 2004 05:55:06

quinncurtis

1164 Posts

Posted - 22 Apr 2004 :  08:57:47  Show Profile  Reply with Quote
The Dataseet method SetValidData will mark a data point as bad.

SimpleDataset dataset1 = new SimpleDataset(...);

// Mark the point at index 4 as invalid

dataset1.SetValidData(4,false);
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Reply to Topic
 Printer Friendly
Jump To:
Quinn-Curtis Forums © 2000-07 Quinn-Curtis, Inc. Go To Top Of Page
Powered By: Snitz Forums 2000 Version 3.4.07