Hide Stacked ChartDataLabel according to databound value

Hi Support

How do I hide a Stacked Chart Data Label depending on a value in the bound data? I want to only show the label if value is greater than Zero in the example

for example

<ChartSeries DataSource="@DailyStaffRequirements" Fill="#B00020" XName="HourPart" YName="OverStaffed" Name="Overstaffed" Type="ChartSeriesType.StackingColumn">
            <ChartMarker>
                <ChartDataLabel Alignment="Alignment.Center" Visible="GetDataBoundValue()"></ChartDataLabel>
            </ChartMarker>
        </ChartSeries>



2 Replies 1 reply marked as answer

DG Durga Gopalakrishnan Syncfusion Team November 21, 2020 02:52 PM UTC

Hi Laurence,

 

We are analyzing your reported scenario. We will check this and update the details within two business days(24th November, 2020). We appreciate your patience until then.

 

Regards,

Durga G



DG Durga Gopalakrishnan Syncfusion Team November 27, 2020 08:32 AM UTC

Hi Laurence,  
 
We have validated your reported scenario. As of now, we do not have support to customize data labels. We have already logged a feature request on this. Based on other logged tasks priority, this feature will be included in any of our upcoming release. You can keep track of the feature from the feedback portal below.  
 
 
If you have any more specifications or suggestions to the feature request, you can add it as a comment in the portal. 
 
Kindly revert us if you have any concerns. 
 
Regards, 
Durga G 


Marked as answer
Loader.
Up arrow icon