你好,我现在VB6中能用以下代码显示ChartSpace控件上的对数公式。可是如何才能取出这个对数公式,以便下一步在程序中处理哪?谢谢!盼尽快答复
Hi there,
How to get an equation from the ChartSpace control in VB6 ?
I can display the equation by the following code, but I need to get the
equation for further process. Your earliest reply will be highly appreciated!
' Display the equation used to calculate the trendline.
tlSeries1Trend.IsDisplayingEquation = True
' Set the trendline to be a Logarithmic trendline.
tlSeries1Trend.Type = chConstants.chTrendlineTypeLogarithmic