diff --git a/README.md b/README.md index 81cf1af..967167d 100644 --- a/README.md +++ b/README.md @@ -2,118 +2,17 @@ This sample demonstrates how to creating a visually engaging 3D column chart using WPF. The chart aims to provide insights into the traffic flow through the Panama Canal, with data categorized based on shipment types. # Customizing the Chart Appearance -To refine the visual aesthetics of our chart, we have the opportunity to enhance its elements, such as including a chart title ,positioning of chart, enabling a legend, and customizing various aspects like series, axis, and chart elements. +To refine the visual aesthetics of our chart, we have the opportunity to enhance its elements mentioned below, -## Chart Positioning -Enhance the 3D column chart's layout with precise spacing and rotation using Syncfusion's SfChart3D attributes. Achieve a clear visual comparison of series with side-by-side placement, ensuring an immersive experience for analyzing Panama Canal traffic trends. - -```XAML - - - -``` - -## Chart axis customization -Optimize the chart's axis appearance for a more comprehensible view. Customize the axis settings based on your preferences and requirements to achieve a polished look. - -```XAML - - - - - - - - - - - - - - - - -``` - -## Chart Title customization -Adding a title to the chart can help users understand the data being visualized. Here’s how you can customize the chart title. - -```XAML - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -``` - - -## Customizing the 3D Column appearance -Elevate the series' visual appeal by assigning distinct interior colors to each series, configuring segment spacing for better separation, and initializing adornments for additional series details. - -```XAML - - - - - - - - - - - - - -``` +- Chart Positioning +- Chart axis customization +- Chart Title customization +- Customizing the 3D Column appearance By implementing these customizations, we can transform the 3D column chart into a visually striking representation of Panama Canal traffic, enriched with insightful details and clarity. -After executing the previous code examples, we’ll get an output like in the following image. + we’ll get an output mentioned below, ![image](https://github.com/SyncfusionExamples/Creating-a-3D-WPF-Column-Chart-to-Visualize-the-Panama-Canal-Traffic-by-Shipment-Category/assets/113962276/0ce2b782-a7d9-41e3-b0ec-8c27e50e2eed)