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 644 - ValueIndex at Legend OnDraw event
Summary: ValueIndex at Legend OnDraw event
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Legend (show other bugs)
Version: 140220
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://www.teechart.net/support/viewt...
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-18 08:37 EDT by yeray alonso
Modified: 2014-03-19 05:43 EDT (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 2014-03-18 08:37:09 EDT
There's a customer who would like the ValueIndex argument in the Legend OnDraw event to give index of series when the LegendStyle is lsSeries (or lsAuto with several series)
Comment 1 yeray alonso 2014-03-19 05:43:47 EDT
If we make this argument to give:
- The ValueIndex of the point in the series when LegendStyle is lsValues (or lsAuto with only one series).
- The SeriesIndex of the series when LegendStyle is lsSeries (or lsAuto with several series).

Instead of ValueIndex it could be named ItemIndex to be more consistent with the two possibilities it will cover.