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 1537

Summary: ColorEach doesn't work for Bar series when the gradient is disabled
Product: HTML5 JavaScript TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://www.teechart.net/support/viewtopic.php?f=18&t=16102
Chart Series: Bar Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2016-05-12 06:53:39 EDT
ColorEach doesn't work for Bar series when the gradient is disabled

  var Series1 = Chart1.addSeries(new Tee.Bar());
  Series1.colorEach = "yes";
  Series1.addRandom(4);
  Series1.palette.colors = ["#F56000", "#06BA00", "#FFFF00", "#00A9D1"];
  Series1.format.gradient.visible = false;