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 1975 - candle error
Summary: candle error
Status: RESOLVED WORKSFORME
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: TeeChart Pro Activex Control 2017.0.0.0 Release
Hardware: PC Windows
: --- critical
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-01-23 05:33 EST by seoyleenv
Modified: 2018-07-02 10:00 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 seoyleenv 2018-01-23 05:33:34 EST
I tried to draw candle chart on TeeChart.
And, set the Data source as 'Manual' + coded as blow.
But, I see wrong chart as attachment!


With TChart1.Series(0)      'no doubt on data integrity
 For j = 0 To UBound(종지)
  ttt = Split(Rawdata(j), ";")
  .asCandle.AddCandle CDate(ttt(0)), CDbl(ttt(1)), CDbl(ttt(2)), CDbl(ttt(3)), CDbl(ttt(4))
    Next j
End With
Comment 1 sandra pazos 2018-01-26 09:31:04 EST
Hello,

Could you please attached the complete project because we can check the problem you're experiencing? 

Thanks in advance