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 2095

Summary: The RemoveGrap property doesn’t work when is using MaxPointsPerPage property or Axes SetMinMax method
Product: .NET TeeChart Reporter: sandra pazos <sandra>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED WONTFIX    
Severity: normal CC: chris
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://teechart.net/directline/viewtopic.php?f=6&t=1271
Chart Series: --- Delphi / C++ Builder RAD IDE Version:
Attachments: Simple project example
RemoveGaps project

Description sandra pazos 2018-09-26 08:13:03 EDT
Created attachment 858 [details]
Simple project example

The RemoveGrap property doesn’t work when is using MaxPointsPerPage  property or Axes SetMinMax method. The attached application reproduces the problem. The problem doesn’t occur if you set to false the RemoveGap property.
Comment 1 sandra pazos 2018-11-09 07:14:52 EST
Created attachment 869 [details]
RemoveGaps project
Comment 2 christopher ireland 2018-11-13 07:55:17 EST
If the Candle series' MaxXValue() and MinXValue() are not called then the RemoveGap code will not work - this happens when the Automatic property of the bottom axis is false, as when the SetMinMax method is called, or when the Paging code is invoked.