User (Legacy) Posted November 4, 2004 Report Share Posted November 4, 2004 Hi, Is it possible to dock a title below the legend? I have the following code but the title always comes above the legend. chart1.setSerLegBox(true); LegendBox slb = chart1.getSerLegBoxObj(); slb.setDocked(Docked.BOTTOM); TitleDockable title = chart1.getTitle(2); title.setText("Footer goes here"); title.setDockArea(DockArea.BOTTOM); Thanks, Arun Link to comment Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.