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 2555 - New Series type. HighLow Bar
Summary: New Series type. HighLow Bar
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: 2022-09-26 04:10 EDT by marc meumann
Modified: 2022-09-26 04:10 EDT (History)
1 user (show)

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 marc meumann 2022-09-26 04:10:21 EDT
build includes new Series type.

to add data:

highlowbar is HighLowBar series type.

eg.
var minmaxes = new Tee.HighLowBar();

Chart1.addSeries(minmaxes); 

highlowbar.data.values[i]=10;
highlowbar.data.lows[i]=7;