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 455

Summary: LegendScrollBar problems with default theme
Product: ActiveX TeeChart Reporter: sandra pazos <sandra>
Component: Chart ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: pep
Priority: ---    
Version: TeeChart Pro Activex Control v2013 v2013.0.1.3 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2013-11-21 07:35:37 EST
When you try to change the theme of a Chart has a LegendScrollBar, in run time, appear next error: 
Cannot assign a TScrollBarThumb to a TScrollBarThumb.
To reproduce the problem you can use next code: 

Private Sub Command1_Click()
TChart1.ShowEditor
End Sub

Private Sub Form_Load()
TChart1.AddSeries scBar
TChart1.Tools.Add tcLegendScrollBar
TChart1.Series(0).FillSampleValues
TChart1.Series(0).ColorEachPoint = True
End Sub

The problem isn't occurs in VCL.
Comment 1 pep jorge 2015-09-18 04:10:43 EDT
This works fine with the latest TeeChart ActiveX v2015.0.0.3