![]() | 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: | Problems zooming on Arrow Series. | ||
|---|---|---|---|
| Product: | .NET TeeChart | Reporter: | christopher ireland <chris> |
| Component: | Axes | Assignee: | Steema Issue Manager <issuemanager> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | ||
| Priority: | --- | ||
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows | ||
| Chart Series: | --- | Delphi / C++ Builder RAD IDE Version: | |
| Attachments: | Test app to reproduce issues | ||
|
Description
christopher ireland
2022-04-11 10:32:18 EDT
Created attachment 999 [details]
Test app to reproduce issues
The fix means adding two lines to the sample app:
/// <summary>
/// チャート更新
/// </summary>
private void UpdateChart()
{
tChart1.Axes.Left.UseMaxPixelPos = false;
tChart1.Axes.Bottom.UseMaxPixelPos = false;
arrow1.Clear();
arrow2.Clear();
|