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 1807

Summary: Show Series Title and Name in the editor at the same time
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: CONFIRMED ---    
Severity: enhancement    
Priority: ---    
Version: 20.170306   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=6&t=16451
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2017-03-01 04:46:01 EST
To include an option to see both the Series Titles and Series Names at the same time in the list of series in the chart editor.

The Chart editor has a TChartListBox named LBSeries, showing the list of series.
The TChartListBox has a ShowSeriesNames property to list the series names or titles, but not both at the same time.

At designtime, you can see a "View" button that shows a TPopupMenu with an item to toggle "View Series Names". This option modifies the ShowSeriesNames property of the TChartListBox.