Search found 3 matches
- Tue Aug 09, 2016 5:28 pm
- Forum: ActiveX
- Topic: scFastLine not defined
- Replies: 4
- Views: 13336
Re: scFastLine not defined
In the previous issue it gives me an error when i use TeeChart.ESeriesClass.scFastLine, but when i use TChart.ESeriesClass.scFastLine i see no errors.
- Tue Aug 09, 2016 5:19 pm
- Forum: ActiveX
- Topic: scFastLine not defined
- Replies: 4
- Views: 13336
Re: scFastLine not defined
Hi,
I have that error fixed but now i am seeing another variable not defined error for the variable aRightAxis.
Code:
TChart.Object.Series(y - 2).VerticalAxis = aRightAxis
Also could you tell me a quick way to search for these variables in the teechart files?
I have that error fixed but now i am seeing another variable not defined error for the variable aRightAxis.
Code:
TChart.Object.Series(y - 2).VerticalAxis = aRightAxis
Also could you tell me a quick way to search for these variables in the teechart files?
- Tue Aug 09, 2016 2:22 pm
- Forum: ActiveX
- Topic: scFastLine not defined
- Replies: 4
- Views: 13336
scFastLine not defined
Hi, I'm trying to use TeeChart ActiveX2016 in my application. But when i compile the VBA code, it gives me an error: Variable not defined: scFastline Code: For y = 2 To nNumColumns TChart.Object.AddSeries (scFastLine) TChart.Object.Series(y - 2).XValues.DateTime = False TChart.Object.Series(y - 2).T...