Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Checkin: Fix [Bugzilla] 145473, 145474: Support chart title anchor

Summary:  Support chart title anchor

Bugzilla Bug (s) Resolved: 145473, 145474

Description:
Problem: The chart title anchor cannot take effort. It always locates in the top (North).
Resolved by relayout the title position:
         North, North_East, North_West the title locates in the top.
         West the title locates in the left.
         East the title locates in the right.
         South, South_East, South_West the title locates in the bottom.

Tests Description: Test Manually.

Files Edited:  

/org.eclipse.birt.chart.engine/src/org/eclipse/birt/chart/internal/layout/LayoutManager.java


Files Added: None

Files Deleted: None


Notes to Build Team: None

Notes to Developers:  None

Notes to QA: None

Notes to Documentation: None

 

Regards,

Nina Li

 

 


Back to the top