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 - Show Series Title and Name in the editor at the same time
Summary: Show Series Title and Name in the editor at the same time
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: 20.170306
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-03-01 04:46 EST by yeray alonso
Modified: 2017-03-01 04:46 EST (History)
0 users

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 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.