![]() | Steema Issues DatabaseNote: 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. |
| Summary: | Center Position of Annotation Tool | ||
|---|---|---|---|
| Product: | Java TeeChart | Reporter: | berger |
| Component: | Chart Tools | Assignee: | 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 code below reproduce the problem:
private static void initializeChart() {
Annotation an = new Annotation(tChart1.getChart());
an.setText("Steema");
an.setPosition(AnnotationPosition.CENTER);
}
|