diff --git a/MAUI/Funnel-Charts/Orientation.md b/MAUI/Funnel-Charts/Orientation.md
new file mode 100644
index 0000000000..40e972f9f3
--- /dev/null
+++ b/MAUI/Funnel-Charts/Orientation.md
@@ -0,0 +1,34 @@
+---
+layout: post
+title: Orientation in .NET MAUI Funnel Chart control (Syncfusion)
+description: Learn how to change the rendering direction of segments in .NET MAUI Funnel Chart (SfFunnelChart) using the Orientation property.
+control: SfFunnelChart
+documentation: ug
+---
+
+# Orientation in .NET MAUI Funnel Chart
+
+The rendering direction of the funnel chart can be changed using the [Orientation]() property. The default value of this property is Vertical, which arranges segments from top to bottom, and it can be set to Horizontal to render segments from left to right.
+
+{% tabs %}
+
+{% highlight xml %}
+
+
+. . .
+
+
+{% endhighlight %}
+
+{% highlight c# %}
+
+SfFunnelChart chart = new SfFunnelChart();
+. . .
+chart.Orientation = Horizontal;
+this.Content = chart;
+
+{% endhighlight %}
+
+{% endtabs %}
+
+
\ No newline at end of file
diff --git a/MAUI/Funnel-Charts/Orientation_images/MAUI_orientation_chart.png b/MAUI/Funnel-Charts/Orientation_images/MAUI_orientation_chart.png
new file mode 100644
index 0000000000..bef3c6f624
Binary files /dev/null and b/MAUI/Funnel-Charts/Orientation_images/MAUI_orientation_chart.png differ
diff --git a/MAUI/Pyramid-Charts/Orientation.md b/MAUI/Pyramid-Charts/Orientation.md
new file mode 100644
index 0000000000..c8a11cf8e5
--- /dev/null
+++ b/MAUI/Pyramid-Charts/Orientation.md
@@ -0,0 +1,34 @@
+---
+layout: post
+title: Orientation in .NET MAUI Pyramid Chart control (Syncfusion)
+description: Learn how to change the rendering direction of segments in .NET MAUI Pyramid Chart (SfPyramidChart) using the Orientation property.
+control: SfPyramidChart
+documentation: ug
+---
+
+# Orientation in .NET MAUI Pyramid Chart
+
+The rendering direction of the pyramid chart can be changed using the [Orientation]() property. The default value of this property is Vertical, which arranges segments from top to bottom, and it can be set to Horizontal to render segments from left to right.
+
+{% tabs %}
+
+{% highlight xml %}
+
+
+. . .
+
+
+{% endhighlight %}
+
+{% highlight c# %}
+
+SfPyramidChart chart = new SfPyramidChart();
+. . .
+chart.Orientation = Horizontal;
+this.Content = chart;
+
+{% endhighlight %}
+
+{% endtabs %}
+
+
\ No newline at end of file
diff --git a/MAUI/Pyramid-Charts/Orientation_images/MAUI_orientation_chart.png b/MAUI/Pyramid-Charts/Orientation_images/MAUI_orientation_chart.png
new file mode 100644
index 0000000000..749ff9da8b
Binary files /dev/null and b/MAUI/Pyramid-Charts/Orientation_images/MAUI_orientation_chart.png differ
diff --git a/maui-toc.html b/maui-toc.html
index 32bf82ffef..02ab3b9089 100644
--- a/maui-toc.html
+++ b/maui-toc.html
@@ -757,6 +757,7 @@
Data Label
Legend
Tooltip
+ Orientation
Exporting
@@ -1050,6 +1051,7 @@
Data Label
Legend
Tooltip
+ Orientation
Exporting