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 1957

Summary: The Equalizer editor doesn't save the colour changes in DesignTime
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED NOTABUG    
Severity: normal CC: chris
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://teechart.net/directline/viewtopic.php?f=6&t=1225
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: screenvideo

Description sandra pazos 2017-12-06 08:04:17 EST
The Equalizer series editor doesn't save the colour changes in DesignTime

To reproduce the problem you should only follow the steps below: 
1- Create new windowform application
2- Add Chart with Equizer Series
3- Change, for example, HigHighMarker color
4- Add in runtime the line code below: 

private void Form1_Load(object sender, EventArgs e)
{
    equalizer1.FillSampleValues(10);
}

5- Run the application.
Comment 1 christopher ireland 2018-04-05 10:13:29 EDT
Created attachment 821 [details]
screenvideo
Comment 2 christopher ireland 2018-04-05 10:14:13 EDT
This now seems to work correctly as can be seen in the screenvideo attached:
http://bugs.teechart.net/attachment.cgi?id=821