![]() | Steema Issues DatabaseNote: 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. |
| Summary: | The RemoveGrap property doesn’t work when is using MaxPointsPerPage property or Axes SetMinMax method | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | sandra pazos <sandra> |
| Component: | Series | Assignee: | 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 |
||
Created attachment 869 [details]
RemoveGaps project
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. |
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.