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 823

Summary: Read-only mode for Data tab in the chart editor
Product: ActiveX TeeChart Reporter: yeray alonso <yeray>
Component: EditorsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED WORKSFORME    
Severity: enhancement    
Priority: High    
Version: TeeChart Pro Activex Control v2014 v2014.0.0.0 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
URL: http://stackoverflow.com/questions/20237279/teechart-data-editing-disable
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description yeray alonso 2014-07-01 04:55:02 EDT
This has been implemented in VCL but the option has to be moved to TeeChart ActiveX so the following can be done:

TeeEditor1.Options.DataEditing = False

Related, the feature implemented in VCL:
http://bugs.teechart.net/show_bug.cgi?id=484
Comment 1 yeray alonso 2014-07-01 05:12:39 EDT
This is possible with TeeChart ActiveX v2014.0.0.1:

TeeEditor1.Options.EditData = False