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 1663

Summary: TArrowSeries defaults to TimeDate on Horizontal Axis
Product: VCL TeeChart Reporter: Phillipo <PhilOstle>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED WORKSFORME    
Severity: trivial CC: sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description Phillipo 2016-10-23 21:35:53 EDT
Its a bug that's been bugging me for years.

I use The Arrow series quite a lot and every time I create a series in code, I have to remember to reset the Horizontal axis to normal and not Time based. It should default to normal.
Comment 1 sandra pazos 2018-02-23 08:49:37 EST
Hello,

The problem doesn't appear for me using the code below:

procedure TForm3.FormCreate(Sender: TObject);
begin
Series1.FillSampleValues(10);
Series1.XValues.DateTime := false;
end;

Note the ArrowSeries is addend in Designtime.