Chart Value Formatting and Subtitles

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

    Hi

    I have a couple of quick(I hope) chart questions.

    1). Can a chart have a subtitle? If so how do I enter it?

    2). How do I format the data values(column labels) that show on, say, a bar chart? For example I would like to have no decimal places and use a comma as thousand separator? I have the same question on how to format the tooltip.

    Thanks

    Jake

  2. myDBR Team, Key Master

    Hi,
    there is no separate subtitle for the chart. If you like, you can use ChartDirector Mark Up Language to format additional lines:

    select 'dbr.chart','msline', 'This is title\n<*font=size=8,color=3C3C3C*>A subtitle';

    Decimal places and thousand separators are defined by user's settings. You can also format the values using dbr.colstyle. In the upcoming version you can also format the columns using the tooltip.

    --
    myDBR Team


Reply

You must log in to post.