From: sunlite on 24 Jul 2010 07:36 Hi there, How to display 4 order Polynomial equation from the Excel in VB6 ? I can display the Polynomial equation by the following code, onething unsatisfactory it returns a 2 order Polynomial equation by default. but I need to get the 4 order Polynomial equation for further process. Your earliest reply will be highly appreciated! ' Set the trendline to be a Logarithmic trendline. tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial Have a nice week end
From: sunlite on 25 Jul 2010 09:48 对不起,我本意想问chartspace 控件中,如何显示4阶多项式的曲线。 Sorry, I correct my question as follows: " by default, in chartspace control,it returns 2 order Polynomial curve by this : tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial . How can I get a 4 order Polynomial curve? "sunlite" wrote: > Hi there, > > How to display 4 order Polynomial equation from the Excel in VB6 ? > > I can display the Polynomial equation by the following code, onething > unsatisfactory it returns a 2 order Polynomial equation by default. but I > need to get the > 4 order Polynomial equation for further process. > > Your earliest reply will be highly appreciated! > > ' Set the trendline to be a Logarithmic trendline. > tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial > > Have a nice week end
From: sunlite on 26 Jul 2010 09:20 would you please provide me the link of Excel group or forum ? "sunlite" wrote: > Hi there, > > How to display 4 order Polynomial equation from the Excel in VB6 ? > > I can display the Polynomial equation by the following code, onething > unsatisfactory it returns a 2 order Polynomial equation by default. but I > need to get the > 4 order Polynomial equation for further process. > > Your earliest reply will be highly appreciated! > > ' Set the trendline to be a Logarithmic trendline. > tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial > > Have a nice week end
From: Paul Clement on 26 Jul 2010 13:23 On Mon, 26 Jul 2010 06:20:33 -0700, sunlite <sunlite(a)discussions.microsoft.com> wrote: � would you please provide me the link of Excel group or forum ? � Try the below forum: http://social.msdn.microsoft.com/Forums/en-US/exceldev/threads Paul ~~~~ Microsoft MVP (Visual Basic)
From: se on 26 Jul 2010 13:43 "sunlite" <sunlite(a)discussions.microsoft.com> skrev i en meddelelse news:A6599FCC-3C13-42FF-AD88-DC1039384429(a)microsoft.com... > Hi there, > > How to display 4 order Polynomial equation from the Excel in VB6 ? > > I can display the Polynomial equation by the following code, onething > unsatisfactory it returns a 2 order Polynomial equation by default. but I > need to get the > 4 order Polynomial equation for further process. > > Your earliest reply will be highly appreciated! > > ' Set the trendline to be a Logarithmic trendline. > tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial > > Have a nice week end Try this. One of the best. You probably should pick "exel Programming" or "exel General" http://www.excelforum.com/ It's unclear what you mean. Never seen this line before: tlSeries1Trend.Type = chConstants.chTrendlineTypePolynomial Such coding does not exist in vb6. Did you google ? See this: http://msdn.microsoft.com/en-us/library/aa190545%28office.10%29.aspx
|
Pages: 1 Prev: Help needed with writing files in binary mode. Next: ASCII Extended Characters |