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 1419

Summary: TErrorSeriesEditor doesn't show the Style RadioGroup when using a TErrorBarSeries
Product: VCL TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: 150901   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?p=70766#p70766
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2016-01-28 05:27:59 EST
TErrorSeriesEditor hides the Style RadioGroup when the series isn't a TErrorSeries.

     RGStyle.Visible:=ErrorSeries is TErrorSeries;

But the same editor is used for the TErrorBarSeries and some styles make sense with this series also, TErrorSeriesStyle (essTop, essBottom, essTopBottom).
Comment 1 yeray alonso 2016-01-28 05:30:54 EST
I've changed the TErrorSeriesEditor to hide some styles (essLeft,essRight,essLeftRight) when using it with a TErrorBarSeries.