This is a migrated thread and some comments may be shown as answers.

LabelsAppearance not shown when value is 0

1 Answer 54 Views
Chart (HTML5)
This is a migrated thread and some comments may be shown as answers.
Jianjun
Top achievements
Rank 1
Jianjun asked on 16 Jan 2014, 09:45 AM
Hi All,

I'm using v.2013.2.717.45. Now I met an issue that when I bind zero to series, it will not show labelappearance in my page. Is there any solution to show all labelapperance whenever the value is zero or not, please? Thanks very much.
Code as bellow:
<telerik:BarSeries DataFieldY="DiskUsagePct" Name="Disk Usage Percentage">
   <Appearance FillStyle-BackgroundColor="White" />
   <LabelsAppearance Position="OutsideEnd" ClientTemplate="#=category#, #=value#%" Visible="true">
      <TextStyle FontFamily="Segoe UI,Tahoma,Century" Color="White" />
   </LabelsAppearance>
   <TooltipsAppearance ClientTemplate="#=category#, #=value#%" Color="YellowGreen" />
</telerik:BarSeries>
When the value is zero(min value of YAxis), the labelsappearance shows nothing while I need it show the value is 0.

1 Answer, 1 is accepted

Sort by
0
Accepted
Danail Vasilev
Telerik team
answered on 20 Jan 2014, 01:48 PM
Hi Jianjun,

I am sorry to say that currently it is not possible to display label for an item that has a zero value. Such a feature request, however, has already been logged in our feedback portal here, so that you can monitor, comment or raise its priority by voting on it.

Regards,
Danail Vasilev
Telerik
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to the blog feed now.
Tags
Chart (HTML5)
Asked by
Jianjun
Top achievements
Rank 1
Answers by
Danail Vasilev
Telerik team
Share this question
or