Steema Issues Database

Note: This database is for bugs and wishes only. For technical support help, if you are a customer please visit our online forums;
otherwise you can use StackOverflow.
Before using this bug-tracker we recommend a look at this document, Steema Bug Fixing Policy.



Bug 1082

Summary: an error with DemoProjectVB
Product: .NET TeeChart Reporter: Shinobu Nagai <nagai>
Component: Examples DemosAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: normal CC: sandra
Priority: ---    
Version: TeeChart.NET 2014 4.1.2014.12154   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: an error regarding AllowScrollEventArgs

Description Shinobu Nagai 2015-01-12 23:15:56 EST
Created attachment 383 [details]
an error regarding AllowScrollEventArgs

If compiling DemoProjectVB for VS2005, an error occurs (see the attached image) and can't run it. 
The error message says...
Type 'TChart.AllowScrollEventArgs' isn't defined.

How can I avoid it?
Comment 1 sandra pazos 2015-01-14 07:45:14 EST
Hello Nagai, 
The bug is already fixed for next maintenance release.  Meantime to solve the problem in RSI_Function.vb example you can change the TChart1_AllowScroll header below:
     Private Sub tChart1_AllowScroll(ByVal a As Steema.TeeChart.Axis, ByVal e As Steema.TeeChart.TChart.AllowScrollEventArgs) Handles tChart1.AllowScroll
for next: 
    Private Sub tChart1_AllowScroll(ByVal a As Steema.TeeChart.Axis, ByVal e As Steema.TeeChart.AllowScrollEventArgs) Handles tChart1.AllowScroll

Thanks in advance,
Regards