Hi Caleb,
Thanks for using Syncfusion products.
We can achieve your requirement by setting FontSize as per the below code snippet.
Code snippet [C#]:
|
public MainWindow()
{
InitializeComponent();
chartlegend1.FontSize = 24;
}
|
Please refer below user documentation for more details about legend customization.
Please let us know if you have any queries.
Thanks,
Muneesh Kumar G