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 2666 - Add new enums to ZoomText and ZoomPen to use general View3DOptions.Zoom
Summary: Add new enums to ZoomText and ZoomPen to use general View3DOptions.Zoom
Status: CONFIRMED
Alias: None
Product: VCL TeeChart
Classification: Unclassified
Component: Chart (show other bugs)
Version: 39.231109
Hardware: PC Windows
: --- enhancement
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-18 12:52 EST by yeray alonso
Modified: 2024-01-18 12:52 EST (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 2024-01-18 12:52:56 EST
We currently have:

  TCanvasZoomText=(ztManual, ztNo, ztAuto);
  TCanvasZoomPen=(zpManual, zpNo, zpAuto);

We could add a fourth option that behaves like ztNo except that it scales fonts/pens with the View3DOptions.Zoom.