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
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
You can use native ChartDirector formatting:
select 'dbr.colstyle', 3, '{value|hh:nn}';
--
myDBR Team
Bravo! Thanks worked! Thank you very much.
Mike
You must log in to post.