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 1973

Summary: Can't control chart title
Product: ActiveX TeeChart Reporter: seoyleenv
Component: ChartAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: normal CC: david, sandra
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: I deleted the chart title in 'Edit Chart', but it shows the default title 'TeeChart'

Description seoyleenv 2018-01-23 00:48:22 EST
Created attachment 805 [details]
I deleted the chart title in 'Edit Chart', but it shows the default title 'TeeChart'

I used VB6 and my problem is...
I deleted a chart title in 'Edit chart', compiled and running. But, chart shows the title as 'TeeChart'. In case, I changed the default title, 'TeeChart', as another one, then it is correctly displayed.
Comment 1 sandra pazos 2018-01-26 09:40:49 EST
Hello,

I confirm the problem you're experiencing appear for us. The problem doesn't appear if we change the Chart Title by code using line code below: 
TChart1.Header.Text.Text = "Chart"

Thanks in advance
Comment 2 sandra pazos 2018-07-27 07:00:46 EDT
The problem is produced in VCL. 

Basically, the problem is caused because "Chart.Title.Text" or header text is not persisted.

A  workaround is setting Title.Visible = True