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 - Unable to zoom when cursor is over series marks
Summary: Unable to zoom when cursor is over series marks
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Series (show other bugs)
Version: TeeChart Pro Activex Control 2018.0.2.9 Release
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL: https://stackoverflow.com/questions/5...
Keywords:
Depends on:
Blocks:
 
Reported: 2018-06-14 06:39 EDT by yeray alonso
Modified: 2020-04-06 13:05 EDT (History)
1 user (show)

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


Attachments

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