Jump to content
Software FX Community

Footer below legend


User (Legacy)

Recommended Posts

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

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...