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 2042

Summary: Unable to zoom when cursor is over series marks
Product: ActiveX TeeChart Reporter: yeray alonso <yeray>
Component: SeriesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: enhancement CC: pep
Priority: ---    
Version: TeeChart Pro Activex Control 2018.0.2.9 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: https://stackoverflow.com/questions/50099207/teechart-activex-unable-to-zoom-when-cursor-is-over-points-mark-label
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2018-06-14 06:39:54 EDT
As the customer explains, if you mousedown over a series mark, the zoom action isn't started and the zoom rectangle isn't drawn.

In does the contrary in VCL.

Tried with this simple example:

  TChart1.Aspect.View3D = False
  TChart1.Legend.Visible = False
  
  TChart1.AddSeries scPoint
  TChart1.Series(0).FillSampleValues
  
  TChart1.Series(0).Marks.Visible = True
Comment 1 pep jorge 2020-04-06 13:05:23 EDT
It works fine using the latest version.