diff --git a/wpf/Control-Dependencies.md b/wpf/Control-Dependencies.md index 4e1c1ac30..2d9ba4b2e 100644 --- a/wpf/Control-Dependencies.md +++ b/wpf/Control-Dependencies.md @@ -376,8 +376,6 @@ Syncfusion.Edit.WPF Syncfusion.Gantt.WPF
Syncfusion.SfGrid.WPF
-Syncfusion.Themes.MaterialLight.WPF
-Syncfusion.SfSkinManager.WPF
Syncfusion.Shared.WPF
Syncfusion.ProjIO.Base @@ -1669,8 +1667,7 @@ Syncfusion.SfInput.WPF
Syncfusion.SfBusyIndicator.WPF
Syncfusion.SfSkinManager.WPF
Syncfusion.SfShared.WPF
-Syncfusion.Shared.WPF
-Syncfusion.Themes.MaterialLight.WPF +Syncfusion.Shared.WPF Syncfusion.SfScheduler.WPF diff --git a/wpf/Gantt/migration-to-26v-or-higher.md b/wpf/Gantt/migration-to-26v-or-higher.md index b5590bc89..953fbc52b 100644 --- a/wpf/Gantt/migration-to-26v-or-higher.md +++ b/wpf/Gantt/migration-to-26v-or-higher.md @@ -19,10 +19,7 @@ To facilitate the migration from [`GridTreeControl`](https://help.syncfusion.com Syncfusion.Grid.WPF
Syncfusion.GridCommon.WPF -Syncfusion.SfGrid.WPF
-Syncfusion.SfSkinManager.WPF
-Syncfusion.Themes.MaterialLight.WPF - +Syncfusion.SfGrid.WPF diff --git a/wpf/Surface-Chart/Getting-Started.md b/wpf/Surface-Chart/Getting-Started.md index d49b45ebf..a406bb66a 100644 --- a/wpf/Surface-Chart/Getting-Started.md +++ b/wpf/Surface-Chart/Getting-Started.md @@ -516,3 +516,12 @@ The following output is displayed as a result of the above code example. You can get the complete getting started sample [`here`](https://www.syncfusion.com/downloads/support/directtrac/general/ze/SurfaceChartDemo-1998279060). ![simple surface from Code behind](surface_chart_images/surface_chart_img7.jpeg) + +## Theme +The SfSurfaceChart supports various built-in themes. Refer to the below links to apply themes for the SfSurfaceChart, + + * [Apply theme using SfSkinManager](https://help.syncfusion.com/wpf/themes/skin-manager) + + * [Create a custom theme using ThemeStudio](https://help.syncfusion.com/wpf/themes/theme-studio#creating-custom-theme) + + ![Simple Surface](surface_chart_images/Theming_in_surfacechart.jpeg) diff --git a/wpf/Surface-Chart/surface_chart_images/Theming_in_surfacechart.jpeg b/wpf/Surface-Chart/surface_chart_images/Theming_in_surfacechart.jpeg new file mode 100644 index 000000000..09d854637 Binary files /dev/null and b/wpf/Surface-Chart/surface_chart_images/Theming_in_surfacechart.jpeg differ