Stacked Bar Chart time format on axis

(3 posts) (2 voices)
  1. mleary2001, Member

    I have this Stacked Bar Chart and I need the times that are displayed in hours, minutes, but without the seconds, on both the displayed values and the Y-axis.

    I have looked at datetimescale, but it is for the X-axis, only.

    Thanks in advance,

    Mike

  2. myDBR Team, Key Master

    You can use native ChartDirector formatting:

    select 'dbr.colstyle', 3, '{value|hh:nn}';

    --
    myDBR Team

  3. mleary2001, Member

    Bravo! Thanks worked! Thank you very much.

    Mike


Reply

You must log in to post.