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 - The Equalizer editor doesn't save the colour changes in DesignTime
Summary: The Equalizer editor doesn't save the colour changes in DesignTime
Status: RESOLVED NOTABUG
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Editors (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://teechart.net/directline/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2017-12-06 08:04 EST by sandra pazos
Modified: 2018-04-05 10:14 EDT (History)
1 user (show)

See Also:
Chart Series: ---
Delphi / C++ Builder RAD IDE Version:


Attachments
screenvideo (991.05 KB, image/gif)
2018-04-05 10:13 EDT, christopher ireland
Details

Note You need to log in before you can comment on or make changes to this bug.
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