We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d9da3e6 commit 87e35c1Copy full SHA for 87e35c1
WinUISampleDemo/WinUISampleDemo/MainWindow.xaml.cs
@@ -39,7 +39,7 @@ public MainWindow()
39
40
private async void Button_Click(object sender, RoutedEventArgs e)
41
{
42
- await SaveAsImageAsync(Chart, "chart.jpeg");
+ await SaveAsImageAsync(Chart, "chart.png");
43
}
44
45
private async Task SaveAsImageAsync(SfCartesianChart chart, string fileName)
0 commit comments