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 - Added sorting draw method for series.
Summary: Added sorting draw method for series.
Status: RESOLVED FIXED
Alias: None
Product: HTML5 JavaScript TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-04-20 10:28 EDT by Sergi
Modified: 2018-04-20 10:28 EDT (History)
0 users

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


Attachments

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