![]() | Steema Issues DatabaseNote: 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. |
| Summary: | The Equalizer editor doesn't save the colour changes in DesignTime | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | Editors | Assignee: | 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 | ||
Created attachment 821 [details]
screenvideo
This now seems to work correctly as can be seen in the screenvideo attached: http://bugs.teechart.net/attachment.cgi?id=821 |
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.