2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
The position of datalabels of a chart series can be changed using XlsIO. There are a number of options available that will allow you to place the datalabel relative to the data series position. The following code illustrates this: C# IChartSerie serieOne = chart.Series[0]; serieOne.DataPoints.DefaultDataPoint.DataLabels.Position = ExcelDataLabelPosition.Center; serieOne.DataPoints.DefaultDataPoint.DataLabels.IsCategoryName = true; VB Dim serieOne As IChartSerie = chart.Series(0) serieOne.DataPoints.DefaultDataPoint.DataLabels.Position = ExcelDataLabelPosition.Center serieOne.DataPoints.DefaultDataPoint.DataLabels.IsCategoryName = True
Here is the sample for your reference:
|
2X faster development
The ultimate WinForms UI toolkit to boost your development speed.
This page will automatically be redirected to the sign-in page in 10 seconds.