On the Value Axis of my chart, I can scale my values to Thousands, Millions, etc using the DisplayUnit property.
However, I notice there is no similar property for DataLabels. I also want to set the appropriate display unit to scale the data label values. I tried the same behaviour in an Excel chart, and it will automatically scale the Data Labels when I change the display unit property on the Value Axis.
Is there a way to do this for Data Labels in charts using Aspose.Cells?
My workaround right now is to manipulate the numeric formatting of the data labels to get the appropriate scaling that I need, but this is only a workaround, and not a long-term solution. So I was hoping you could provide me with a suggestion on how to fix this.