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 377

Summary: [TF02013669] I want to check the chart title click. The chart title (Header / Foo...
Product: .NET TeeChart Reporter: narcís calvet <narcis>
Component: AxesAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: major    
Priority: Normal    
Version: unspecified   
Target Milestone: ---   
Hardware: All   
OS: All   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description narcís calvet 2013-11-20 11:26:27 EST
I want to check the chart title click.
The chart title (Header / Footer / SubHeader / Footer ) all can check .
I write the code as follow as:

TChart.Header.Clicked(e.X, e.Y) = True
TChart.Footer.Clicked(e.X, e.Y) = True


But I want to check axis title was clicked,
i can't find axis (Left axis / Right axis / Top axis /Bottom) was "clicked"
how can i check it in .net?  [created:2008-12-23T10:58:06.000+01:00 reported by:narcis@steema.com reported in version:Build 3.5.3225.32183 (TeeChart for .NET)]
Comment 1 christopher ireland 2013-11-29 11:24:50 EST
Fixed for WinForm, pending for all other platforms.