Hide chart values for one series in MSLine

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

    Is there an option with chart options to hide values for a single series in a MSLine chart, or is it all/nothing?

  2. myDBR Team, Key Master

    Hi,
    The setting is for all datasets. To hide a values from a single series, you need to turn off labels from all and then enable those you want to show. You can do this with native ChartDirector commands.

    Assuming you have two lines:

    select 'dbr.chart.options', 'chartdirector',
    "$layer->setDataLabelStyle( 'arial.ttf', 0, Transparent );
    $layer->getDataSet(0)->setDataLabelStyle('arial.ttf', 8, 0x00000000);";

    --
    myDBR Team


Reply

You must log in to post.