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 2674

Summary: Using with PowerBuilder 2019: After Chart finishes drawing it is on the last page
Product: ActiveX TeeChart Reporter: John Sandala <john.k.sandala>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: UNCONFIRMED ---    
Severity: normal    
Priority: ---    
Version: TeeChart Pro Activex Control 2016.0.0.2 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description John Sandala 2024-02-21 13:18:33 EST
The following code does not go to the first page of chart.  When I use the "Current" page it does not reset the chart.

this.object.Page.MaxPointsPerPage = 11
this.object.Page.Current = 0

The data of the chart all looks great except for it shows the last page

The following values show correctly but I don't know how to get to first page:
this.object.Page.Count = 2
this.object.Page.Current = 1

Any help would be greatly appeciated.

Thanks.  John