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 2030

Summary: Added sorting draw method for series.
Product: HTML5 JavaScript TeeChart Reporter: Sergi <sergi>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement    
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Sergi 2018-04-20 10:28:13 EDT
Added sorting draw method for series called drawSortedValues(boolean), if true is passed as a parameter series will draw in sorted mode, if false is passed as a parameter series will draw as default, and added properties as:
-series.sortedOptions.ascending=boolean that say if will be sorted in ascending mode or not.
-series.sortedOptions.sortingAnimationType=String that say the type of animation that will show when series is drawing.
-series.sortedOptions.sortedDrawAnimation.duration=integer that will select the time of the sorting animation(verticalchange is default and the only one at the moment, except for the bar series that have another one called  horizontalchange).
-series.sortedOptions.sorted:boolean that indicates if series is sorted or not.