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 1250

Summary: AllowResizeChart SelectorTool property throws a "not implemented" message.
Product: ActiveX TeeChart Reporter: sandra pazos <sandra>
Component: Visual C++Assignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major CC: pep
Priority: Normal    
Version: TeeChart Pro Activex Control v2015 v2015.0.0.2 Release   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description sandra pazos 2015-07-02 10:44:39 EDT
SelectorTool throws a “Not implemented” message when you set true or false the AllowResizeChart property. The problem only occurs for Visual Studio c++ examples.
Use the line code below to reproduce the problem: 
	m_ctrlChart.GetTools().Add(tcSelector); 
	m_ctrlChart.GetTools().GetItems(0).GetAsSelector().SetAllowResizeChart(true);
Comment 1 pep jorge 2015-09-22 07:38:28 EDT
Fixed.