Controlling bar size in a bar chart

(2 posts) (2 voices)
  1. situ, Member

    Hi

    With a bar chart can you control the height of the bar?

    I have a bar chart, chart type 'bar', with an autoscale in the y direction. Sometimes I have 10 records in the y direction sometimes 50.

    When I use auto scale the height of the bars is very big. Can I control the height of the bar to be much smaller so the chart is more compact?

    Thanks

    Simon

  2. myDBR Team, Key Master

    Hi,
    you can use 'height_per_item' chart option for bar charts. This is similar to 'width_per_item' which is works with column charts.

    select 'dbr.chart.options', 'height_per_item', 30;

    --
    myDBR Team


Reply

You must log in to post.