Hi Luca,
Thank you for reaching out. For better understanding, we want to clarify that we don't provide a class member for the chart title directly. Instead, you can use any view inside the title. Here's an example for your reference:
<chart:SfCartesianChart> <chart:SfCartesianChart.Title> <Label Text="{Binding Title}" TextColor="{DynamicResource BackgroundColor}" Background="Transparent" Stroke="Transparent"/> </chart:SfCartesianChart.Title> </chart:SfCartesianChart>
|
For more information, please check the documentation: Chart Title Documentation.
If you need further assistance or have any concerns, feel free to ask. We're here to help.
Regards,
Nitheesh.