I am having problems setting the YAxis series point font size and names of pie chart.
How to adjust Axis Y label font size
Answers approved by DevExpress Support
Hello,
To adjust an axis label font size, modify the Axis.Label.Font property.
Here's a sample code snippet:
using DevExpress.XtraCharts;
…
((XYDiagram)this.chartControl.Diagram).AxisY.Label.Font = new Font("Arial", 12f);
Please note that our Support Center concept doesn't allow you to post multiple problems within one thread. Please post a separate issue for each question. This way, we can process and track it in a more efficient way.
For now, I've posted a separate issue regarding Pie series labels at: How to customize Pie series label.
Thank you,
Alex.