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 774

Summary: Center Position of Annotation Tool
Product: Java TeeChart Reporter: berger
Component: Chart ToolsAssignee: Steema Issue Manager <issuemanager>
Status: RESOLVED FIXED    
Severity: minor CC: abdu, berger, sandra
Priority: ---    
Version: unspecified   
Target Milestone: ---   
Hardware: PC   
OS: Windows   
Chart Series: --- Delphi / C++ Builder RAD IDE Version:

Description berger 2014-05-16 02:15:36 EDT
The AnnotationPosition.CENTER shows the Annotation Tool in the right bottom corner!
Comment 1 sandra pazos 2014-05-16 11:20:11 EDT
The code below reproduce the problem: 

private static void initializeChart() {
        Annotation an = new Annotation(tChart1.getChart()); 
        an.setText("Steema");      	
        an.setPosition(AnnotationPosition.CENTER);    
	}