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 - AllowResizeChart SelectorTool property throws a "not implemented" message.
Summary: AllowResizeChart SelectorTool property throws a "not implemented" message.
Status: RESOLVED FIXED
Alias: None
Product: ActiveX TeeChart
Classification: Unclassified
Component: Visual C++ (show other bugs)
Version: TeeChart Pro Activex Control v2015 v2015.0.0.2 Release
Hardware: PC Windows
: Normal major
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2015-07-02 10:44 EDT by sandra pazos
Modified: 2015-09-22 07:38 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 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.