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 - The RemoveGrap property doesn’t work when is using MaxPointsPerPage property or Axes SetMinMax method
Summary: The RemoveGrap property doesn’t work when is using MaxPointsPerPage property...
Status: RESOLVED WONTFIX
Alias: None
Product: .NET TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: unspecified
Hardware: PC Windows
: Normal normal
Target Milestone: ---
Assignee: Steema Issue Manager
URL: http://teechart.net/directline/viewto...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-09-26 08:13 EDT by sandra pazos
Modified: 2018-11-13 07:55 EST (History)
1 user (show)

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


Attachments
Simple project example (10.51 KB, application/x-zip-compressed)
2018-09-26 08:13 EDT, sandra pazos
Details
RemoveGaps project (14.99 KB, application/x-zip-compressed)
2018-11-09 07:14 EST, sandra pazos
Details

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