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 - LegendScrollBar problems with default theme
Summary: LegendScrollBar problems with default theme
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Chart Tools (show other bugs)
Version: TeeChart Pro Activex Control v2013 v2013.0.1.3 Release
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-11-21 07:35 EST by sandra pazos
Modified: 2015-09-18 04:11 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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