From 8b839dc364627a786b1f597c4f46ca03310e0a8a Mon Sep 17 00:00:00 2001 From: KompelliSravanSyncfusion Date: Wed, 14 May 2025 11:51:41 +0530 Subject: [PATCH 1/2] Updated the target framework version --- .../Chart_GettingStarted/App.config | 6 +-- .../Chart_GettingStarted.csproj | 3 +- .../Properties/Resources.Designer.cs | 44 ++++++++----------- .../Properties/Settings.Designer.cs | 22 ++++------ 4 files changed, 32 insertions(+), 43 deletions(-) diff --git a/Wall_Customization/Chart_GettingStarted/App.config b/Wall_Customization/Chart_GettingStarted/App.config index 731f6de..4bfa005 100644 --- a/Wall_Customization/Chart_GettingStarted/App.config +++ b/Wall_Customization/Chart_GettingStarted/App.config @@ -1,6 +1,6 @@ - + - + - \ No newline at end of file + diff --git a/Wall_Customization/Chart_GettingStarted/Chart_GettingStarted.csproj b/Wall_Customization/Chart_GettingStarted/Chart_GettingStarted.csproj index fa0915c..59f8628 100644 --- a/Wall_Customization/Chart_GettingStarted/Chart_GettingStarted.csproj +++ b/Wall_Customization/Chart_GettingStarted/Chart_GettingStarted.csproj @@ -8,12 +8,13 @@ WinExe Chart_GettingStarted Chart_GettingStarted - v4.6.1 + v4.8 512 {60dc8134-eba5-43b8-bcc9-bb4bc16c2548};{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC} 4 true true + AnyCPU diff --git a/Wall_Customization/Chart_GettingStarted/Properties/Resources.Designer.cs b/Wall_Customization/Chart_GettingStarted/Properties/Resources.Designer.cs index 16127c1..01df8c9 100644 --- a/Wall_Customization/Chart_GettingStarted/Properties/Resources.Designer.cs +++ b/Wall_Customization/Chart_GettingStarted/Properties/Resources.Designer.cs @@ -8,10 +8,10 @@ // //------------------------------------------------------------------------------ -namespace Chart_GettingStarted.Properties -{ - - +namespace Chart_GettingStarted.Properties { + using System; + + /// /// A strongly-typed resource class, for looking up localized strings, etc. /// @@ -19,51 +19,43 @@ namespace Chart_GettingStarted.Properties // class via a tool like ResGen or Visual Studio. // To add or remove a member, edit your .ResX file then rerun ResGen // with the /str option, or rebuild your VS project. - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "4.0.0.0")] + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("System.Resources.Tools.StronglyTypedResourceBuilder", "17.0.0.0")] [global::System.Diagnostics.DebuggerNonUserCodeAttribute()] [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - internal class Resources - { - + internal class Resources { + private static global::System.Resources.ResourceManager resourceMan; - + private static global::System.Globalization.CultureInfo resourceCulture; - + [global::System.Diagnostics.CodeAnalysis.SuppressMessageAttribute("Microsoft.Performance", "CA1811:AvoidUncalledPrivateCode")] - internal Resources() - { + internal Resources() { } - + /// /// Returns the cached ResourceManager instance used by this class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Resources.ResourceManager ResourceManager - { - get - { - if ((resourceMan == null)) - { + internal static global::System.Resources.ResourceManager ResourceManager { + get { + if (object.ReferenceEquals(resourceMan, null)) { global::System.Resources.ResourceManager temp = new global::System.Resources.ResourceManager("Chart_GettingStarted.Properties.Resources", typeof(Resources).Assembly); resourceMan = temp; } return resourceMan; } } - + /// /// Overrides the current thread's CurrentUICulture property for all /// resource lookups using this strongly typed resource class. /// [global::System.ComponentModel.EditorBrowsableAttribute(global::System.ComponentModel.EditorBrowsableState.Advanced)] - internal static global::System.Globalization.CultureInfo Culture - { - get - { + internal static global::System.Globalization.CultureInfo Culture { + get { return resourceCulture; } - set - { + set { resourceCulture = value; } } diff --git a/Wall_Customization/Chart_GettingStarted/Properties/Settings.Designer.cs b/Wall_Customization/Chart_GettingStarted/Properties/Settings.Designer.cs index eff4798..26d9074 100644 --- a/Wall_Customization/Chart_GettingStarted/Properties/Settings.Designer.cs +++ b/Wall_Customization/Chart_GettingStarted/Properties/Settings.Designer.cs @@ -8,21 +8,17 @@ // //------------------------------------------------------------------------------ -namespace Chart_GettingStarted.Properties -{ - - +namespace Chart_GettingStarted.Properties { + + [global::System.Runtime.CompilerServices.CompilerGeneratedAttribute()] - [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "11.0.0.0")] - internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase - { - + [global::System.CodeDom.Compiler.GeneratedCodeAttribute("Microsoft.VisualStudio.Editors.SettingsDesigner.SettingsSingleFileGenerator", "17.13.0.0")] + internal sealed partial class Settings : global::System.Configuration.ApplicationSettingsBase { + private static Settings defaultInstance = ((Settings)(global::System.Configuration.ApplicationSettingsBase.Synchronized(new Settings()))); - - public static Settings Default - { - get - { + + public static Settings Default { + get { return defaultInstance; } } From ae3ae4b09e6d06d46f155d0bc8d4986c39099f37 Mon Sep 17 00:00:00 2001 From: KompelliSravanSyncfusion Date: Thu, 15 May 2025 09:58:48 +0530 Subject: [PATCH 2/2] Updated read me file --- README.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f571c2f..8722eb2 100644 --- a/README.md +++ b/README.md @@ -40,8 +40,13 @@ This can be achieved by setting the desired brush color to the wall and to chang ``` +## Troubleshooting -KB article - [How-to-customize-the-background-color-and-size-of-WPF-3D-chart](https://www.syncfusion.com/kb/11885/how-to-customize-the-wall-of-wpf-3d-charts) +#### Path too long exception + +If you are facing a path too long exception when building this example project, close Visual Studio and rename the repository to a shorter name before building the project. + +For more details, refer to the KB on [How to customize the wall of WPF 3D Charts?](https://www.syncfusion.com/kb/11885/how-to-customize-the-wall-of-wpf-3d-charts). **See also**