Chart Size

(3 posts) (2 voices)

Tags:

  1. Peter Schober, Member

    Hello @all,

    I have several 3D Stacked Bar charts with a lot of data. I have tried to change the general chart size - with no success. I found some commands in the ChartDirector documentation, but I receive always an error while generating the report.

    e.g.

    $c = new XYChart(500, 320);
    $c->setPlotArea(100, 40, 280, 240);

    Thanks in advance for each help.
    Peter

  2. myDBR Team, Key Master

    No need to use ChartDirector commands. You can se the chart size with dbr.chart parameters.

    select 'dbr.chart', 'stackedbar', 'Title', 900, 400;

    --
    myDBR Team

  3. Peter Schober, Member

    Dear myDBR Team,

    thanks a lot for your quick reply - it works.

    Peter


Reply

You must log in to post.