dbr.chart.options

(5 posts) (2 voices)

Tags:

No tags yet.

  1. JimTer, Member

    I see "showvalues, 1/0/percent" as an option of dbr.chart.options.
    Is it possible to show both the value and the percentage in a pie-chart?

  2. myDBR Team, Key Master

    Sure,
    myDBR supports ChartDirector's parameter substitution and formatting directly in dbr.colstyle. To show both value and the percentage use:

    select 'dbr.colstyle', 2, '{value} {percent}%';

    --
    myDBR Team

  3. JimTer, Member

    Thank you!
    And when i to show also a label?

  4. myDBR Team, Key Master

    If you want to show the label in different line:

    select 'dbr.colstyle', 2, '{label}\n{value} {percent}%';

    --
    myDBR Team

  5. JimTer, Member

    Again: Thank u!


Reply

You must log in to post.