We use cookies to give you the best experience on our website. If you continue to browse, then you agree to our privacy policy and cookie policy. Image for the cookie policy date

Chart, StackingColumnSeries and Label filters on values

Hello,
I use the Chart component with StackingColumnSeries. Everything is ok in my tests, but when I use real data from representative's sales, there is a drawing problem, because of the big and low values.
In fact, when there is a big value in the column, with a very small value on the top, the two labels are mixing and I cannot read the value's labels.
Is there a workaround, maybe a filter or a threshold based on a rule ?
Regards
Thierry


chart_labels_sample_9d624696.zip

1 Reply

KV Karthikeyan V Syncfusion Team January 18, 2014 06:01 AM UTC

Hi Thierry,

Thanks for using Syncfusion products.

We have analysed the reported requirement. You can able to achieve this requirement by help of ShowConnectorLine, ConnectorHeight and ConnectorRotationAngle properties.

Code snippet [XAML]:

<chart:ChartAdornmentInfo  AdornmentsPosition="Top" ShowConnectorLine="True" ConnectorHeight="20" ConnectorRotationAngle="90" ShowMarker="False" ShowLabel="True"  />

               

Please find the below document link for this. This could be helpful for you.

http://help.syncfusion.com/UG/winrt/default.htm#!Documents/adornments.htm

Please let us know if you have any query.

Thanks,

Karthikeyan V.


Loader.
Live Chat Icon For mobile
Up arrow icon