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#)
 SimpleLinePlot SetChartObjEnable problem ?
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

pdean

4 Posts

Posted - 09 Jun 2004 :  00:26:29  Show Profile  Reply with Quote
For some reason SetChartObjEnable doesn't work with my line plot object although SetChartObjEnable seems to work with all other objects (eg axes, labels).

I have to use chartView.AddChartObject(thePlot) and chartView.DeleteChartObject(thePlot) instead.

Any ideas ?

quinncurtis

1164 Posts

Posted - 09 Jun 2004 :  09:16:14  Show Profile  Reply with Quote
We could not reproduce this problem using the current version of the software, though we have never known it to be a problem in any version. We tested it using thePlot2 of the UserChartEample1 example program.

ChartAttribute attrib2 = new ChartAttribute (Color.Green, 3,DashStyle.Solid);
SimpleLinePlot thePlot2 = new SimpleLinePlot(pTransform1, Dataset1, attrib2);
chartVu.AddChartObject(thePlot2);
thePlot2.ChartObjEnable = ChartObj.OBJECT_DISABLE;
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