BoldSignA modern eSignature application with affordable pricing. Sign up today for unlimited document usage!
Hi Michal,
Thanks for using Syncfusion products.
We have achieved your requirement using RangeColumnSeries with AxisLabelCreated and DataMarkerLabelCreated(platform specific) events. Please download the sample from following location.
Sample: http://www.syncfusion.com/downloads/support/forum/129746/ze/SimpleSample-545375495
Please check and let us know if your requirement is different from this.
Regards,
Parthiban S
series1.DataMarker.LabelStyle.LabelPosition = DataMarkerLabelPosition.Center; series2.DataMarker.LabelStyle.LabelPosition = DataMarkerLabelPosition.Center;
|
Hi Michal,
Thanks for the update,
We have modified the sample based on your requirement using the following code snippet. Please download the sample from following location.
Code snippet:
series1.DataMarker.LabelStyle.LabelPosition = DataMarkerLabelPosition.Center; series2.DataMarker.LabelStyle.LabelPosition = DataMarkerLabelPosition.Center;Please let us know, if you need further assistance on this.
Regards,
Parthiban S