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#)
 digital chart
 New Topic  Reply to Topic
 Printer Friendly
Author Previous Topic Topic Next Topic  

carlao

54 Posts

Posted - 09 Apr 2005 :  07:24:17  Show Profile  Reply with Quote
I your ChartDemo you have an example named LineStep where we can see kind of bar graph. I have two y values, 0 and 1, and I am trying to do a digital chart like that but my chart shows a ramp between transitions instead of a vertical line. What function of property in your LineStep example is responsable to show a vertical line between high and low transitions?
Thanks.

ReyLiu

2 Posts

Posted - 11 Apr 2005 :  09:07:45  Show Profile  Reply with Quote
I just download QCChart2d software. I to am creating digital chart. I look at file LineStep and see that SetStepMode set lineplot to digital mode.

SimpleLinePlot thePlot1 = new SimpleLinePlot(pTransform1, Dataset1, attrib1);
thePlot1.SetStepMode(ChartObj.STEP_START);
thePlot1.SetFillBaseValue(0);
chartVu.AddChartObject(thePlot1);
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