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 - Center Position of Annotation Tool
Summary: Center Position of Annotation Tool
Status: RESOLVED FIXED
Alias: None
Product: Java TeeChart
Classification: Unclassified
Component: Chart Tools (show other bugs)
Version: unspecified
Hardware: PC Windows
: --- minor
Target Milestone: ---
Assignee: Steema Issue Manager
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-05-16 02:15 EDT by berger
Modified: 2016-03-04 04:06 EST (History)
3 users (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 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);    
	}