Hi Rosanne,
Thanks for contacting Syncfusion Support.
We can change the order by accessing the Chart template. Please refer the following code.
Code Snippet[SfChartExt.cs]
|
public class SfChartExt : SfChart
{
public override void OnApplyTemplate()
{
base.OnApplyTemplate();
Canvas.SetZIndex(GetTemplateChild("adorningCanvas") as Canvas, -1);
}
} |
Please find the output screenshot below,
We have prepared a sample based on this and it can be downloaded from below link,
Regards,
Durgadevi S