YValues.Value
Posted: Fri Apr 22, 2005 7:43 pm
Hi there,
First, I hope that I am not putting this in the wrong area.
I am using TeeChart 6 in a .NET application. I'm trying to get the values of a series using:
However, it doesn't seem to be available in .NET. in VB 6 it seems to work fine. Is there some equivelant of this? Is there any other way of retreiving some Y Value for either a given x value or location?
Thank you very much for your help.
First, I hope that I am not putting this in the wrong area.
I am using TeeChart 6 in a .NET application. I'm trying to get the values of a series using:
Code: Select all
myChart.Series(0).YValues.Value( someindex );
Code: Select all
myChart.Series(0).XValues.Locate ( somevlaue );