From bcef869d8cb491cee31dc10e97b22f46584f2f42 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Mon, 26 Jun 2023 12:39:32 +0300 Subject: [PATCH 1/4] SEO-173271-Description-Too-Short-ASPNET-MVC --- aspnetmvc/Chart/3D-Chart.md | 30 ++++++++++++++-------------- aspnetmvc/CircularGauge/Pointers.md | 26 ++++++++++++------------ aspnetmvc/DataManager/Antiforgery.md | 6 +++--- 3 files changed, 31 insertions(+), 31 deletions(-) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index c17182db6..8f99355b3 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -1,7 +1,7 @@ --- layout: post title: 3D Chart | Chart | ASP.NET MVC | Syncfusion -description: 3d chart +description: Learn here about 3d chart in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more. platform: ejmvc control: Chart documentation: ug @@ -30,7 +30,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th {% endhighlight %} -![](3D-Chart_images/3D-Chart_img1.png) +![3D Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img1.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample. @@ -54,7 +54,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c {% endhighlight %} -![](3D-Chart_images/3D-Chart_img2.png) +![3D Bart Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img2.png) [Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample. @@ -81,7 +81,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![](3D-Chart_images/3D-Chart_img3.png) +![3D Stacked Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img3.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn3d) here to view the Stacked Column 3DChart online demo sample. @@ -108,7 +108,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![](3D-Chart_images/3D-Chart_img4.png) +![3D 100% Stacked Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img4.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample. @@ -135,7 +135,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th {% endhighlight %} -![](3D-Chart_images/3D-Chart_img5.png) +![3D Stacked Bar Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img5.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample. @@ -162,7 +162,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta {% endhighlight %} -![](3D-Chart_images/3D-Chart_img6.png) +![3D 100% Stacked Bar Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img6.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample. @@ -187,7 +187,7 @@ To render the Pie Chart in 3D view, enable the **Enbel3D** option in the chart a {% endhighlight %} -![](3D-Chart_images/3D-Chart_img7.png) +![3D Pie Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img7.png) [Click](https://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample. @@ -212,7 +212,7 @@ To render the Doughnut Chart in 3D view, enable the **Enbel3D** option in the ch {% endhighlight %} -![](3D-Chart_images/3D-Chart_img8.png) +![3D Doughnut Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img8.png) [Click](https://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample. @@ -237,7 +237,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![](3D-Chart_images/3D-Chart_img9.png) +![3D View in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img9.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample. @@ -261,7 +261,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![](3D-Chart_images/3D-Chart_img10.png) +![Placin Bar in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img10.png) ### Setting Axis Wall Size @@ -282,7 +282,7 @@ In 3DChart, Cartesian axes lines are represented as walls and it defines the wid {% endhighlight %} -![](3D-Chart_images/3D-Chart_img11.png) +![Settin Axis Wall Size in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img11.png) ### 3D Depth @@ -303,7 +303,7 @@ By using the **Depth** property, you can view the 3D Chart from the front view o {% endhighlight %} -![](3D-Chart_images/3D-Chart_img12.png) +![3D Depth in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img12.png) ### Rotating and Tilting 3D Chart @@ -328,7 +328,7 @@ To spin the 3D Chart on mouse dragging, enable **EnableRotation** option in the {% endhighlight %} -![](3D-Chart_images/3D-Chart_img13.png) +![Rotating and Tilting 3D Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img13.png) ### PerspectiveAngle @@ -349,4 +349,4 @@ The **PerspectiveAngle** specifies the appearance of the height, width, depth an {% endhighlight %} -![](3D-Chart_images/3D-Chart_img14.png) +![Perspective Angle in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img14.png) diff --git a/aspnetmvc/CircularGauge/Pointers.md b/aspnetmvc/CircularGauge/Pointers.md index a8316fe11..a10941ae8 100644 --- a/aspnetmvc/CircularGauge/Pointers.md +++ b/aspnetmvc/CircularGauge/Pointers.md @@ -1,7 +1,7 @@ --- layout: post title: Pointers | CircularGauge | ASP.NET MVC | Syncfusion -description: pointers +description: Learn here about pointers in Syncfusion Essential ASP.NET MVC CircularGauge Control, its elements, and more. platform: ejmvc control: CircularGauge documentation: ug @@ -41,7 +41,7 @@ PO.Value(30).Add(); {% endhighlight %} Execute the above code to render the following output. -![](Pointers_images/Pointers_img1.png) +![Adding Pointer Collection in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img1.png) Circular Gauge with pointer collection {:.caption} @@ -109,7 +109,7 @@ Execute the above code to render the following output. -![](Pointers_images/Pointers_img2.png) +![Adding Pointer Value in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img2.png) Circular Gauge with customized pointer value {:.caption} @@ -176,7 +176,7 @@ Execute the above code to render the following output. -![](Pointers_images/Pointers_img3.png) +![Colors and Border in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img3.png) Circular Gauge with pointer collection {:.caption} @@ -243,7 +243,7 @@ Execute the above code to render the following output. -![](Pointers_images/Pointers_img4.png) +![Appearance in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img4.png) Circular Gauge with customized pointer styles {:.caption} @@ -317,7 +317,7 @@ Execute the above code to render the following output. -![](Pointers_images/Pointers_img5.png) +![Possition the Pointer in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img5.png) Circular Gauge with customized pointer type as marker {:.caption} @@ -420,7 +420,7 @@ public partial class CircularGaugeController : Controller {% endhighlight %} {% endtabs %} -![](Pointers_images/Pointers_img6.png) +![Needle Pointer Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img6.png) Semi-circular Gauge with needle pointer as image {:.caption} @@ -484,7 +484,7 @@ public partial class CircularGaugeController : Controller } {% endhighlight %} {% endtabs %} -![](Pointers_images/Pointers_img7.png) +![Marker Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img7.png) Semi-circular Gauge with marker pointer as image {:.caption} @@ -554,7 +554,7 @@ public partial class CircularGaugeController : Controller {% endhighlight %} {% endtabs %} -![](Pointers_images/Pointers_img8.png) +![Marker Pointer With Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img8.png) Semi-circular Gauge with marker pointer with image {:.caption} @@ -630,7 +630,7 @@ PO.Placement(PointerPlacement.Near) Execute the above code to render the following output. -![](Pointers_images/Pointers_img9.png) +![Multiple Pointers in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img9.png) Circular Gauge with multiple pointers {:.caption} @@ -696,7 +696,7 @@ Run the above code to render the output as follows. -![](Pointers_images/Pointers_img10.png) +![Pointer Value in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img10.png) Circular Gauge with pointer value text. {:.caption} @@ -773,7 +773,7 @@ Run the above code to render the output as follows. -![](Pointers_images/Pointers_img11.png) +![Appearance in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img11.png) Circular Gauge with customized pointer value text. {:.caption} @@ -835,7 +835,7 @@ Run the above code to render the output as follows. -![](Pointers_images/Pointers_img12.png) +![Font Options in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img12.png) Circular Gauge with customized font option in pointer value text. {:.caption} diff --git a/aspnetmvc/DataManager/Antiforgery.md b/aspnetmvc/DataManager/Antiforgery.md index dc044fb2f..3a7e29327 100644 --- a/aspnetmvc/DataManager/Antiforgery.md +++ b/aspnetmvc/DataManager/Antiforgery.md @@ -1,7 +1,7 @@ --- layout: post title: Antiforgery | DataManager | ASP.NET MVC | Syncfusion -description: Antiforgery +description: Learn here about Antiforgery in Syncfusion Essential ASP.NET MVC DataManager Control, its elements, and more. platform: ejmvc control: DataManager documentation: ug @@ -81,8 +81,8 @@ For this purpose, the input element with hidden value field and name attribute i } {% endhighlight %} -![](Antiforgery_images/Antiforgery.png) +![Anti-forgery Token in ASP.NET MVC](Antiforgery_images/Antiforgery.png) In the header, You can find the anti-forgery token value -![](Antiforgery_images/Antiforgery_header.png) +![Anti-forgery Token in the heaver in ASP.NET MVC](Antiforgery_images/Antiforgery_header.png) From 89ddc71abdbec73ac096667125672e876ad065a7 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Tue, 4 Jul 2023 17:03:56 +0300 Subject: [PATCH 2/4] Updated --- aspnetmvc/Chart/3D-Chart.md | 28 +++++++++--------- ...spnetmvc-3D-100%-stacked-column-chart.png} | Bin .../aspnetmvc-3D-bar-chart.png} | Bin .../aspnetmvc-3D-bart-chart.png} | Bin .../aspnetmvc-3D-column-chart.png} | Bin .../aspnetmvc-3D-doughnut-chart.png} | Bin .../aspnetmvc-3D-pie-chart.png} | Bin .../aspnetmvc-3D-stacked-bar-chart.png} | Bin .../aspnetmvc-3D-stacked-column-chart.png} | Bin .../aspnetmvc-chart-3D-depth.png} | Bin .../aspnetmvc-chart-3D-perspective-angle.png} | Bin .../aspnetmvc-chart-3D-placing-bar.png} | Bin ...pnetmvc-chart-3D-rotating-and-tilting.png} | Bin ...etmvc-chart-3D-setting-axis-wall-size.png} | Bin .../aspnetmvc-chart-3D-view.png} | Bin aspnetmvc/CircularGauge/Pointers.md | 24 +++++++-------- ...cular-gauge-adding-pointer-collection.png} | Bin ...c-circular-gauge-adding-pointer-value.png} | Bin .../aspnetmvc-circular-gauge-appearance.png} | Bin ...etmvc-circular-gauge-color-and-border.png} | Bin ...mvc-circular-gauge-customized-pointer.png} | Bin ...aspnetmvc-circular-gauge-font-options.png} | Bin ...aspnetmvc-circular-gauge-marker-image.png} | Bin ...cular-gauge-marker-pointer-with-image.png} | Bin ...tmvc-circular-gauge-multiple-pointers.png} | Bin ...pnetmvc-circular-gauge-needle-pointer.png} | Bin ...spnetmvc-circular-gauge-pointer-value.png} | Bin ...vc-circular-gauge-positioning-pointer.png} | Bin aspnetmvc/DataManager/Antiforgery.md | 4 +-- ...etmvc-data-manager-antiforgery-header.PNG} | Bin .../aspnetmvc-data-manager-antiforgery.PNG} | Bin 31 files changed, 28 insertions(+), 28 deletions(-) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img4.png => 3D-chart_images/aspnetmvc-3D-100%-stacked-column-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img5.png => 3D-chart_images/aspnetmvc-3D-bar-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img2.png => 3D-chart_images/aspnetmvc-3D-bart-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img1.png => 3D-chart_images/aspnetmvc-3D-column-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img8.png => 3D-chart_images/aspnetmvc-3D-doughnut-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img7.png => 3D-chart_images/aspnetmvc-3D-pie-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img6.png => 3D-chart_images/aspnetmvc-3D-stacked-bar-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img3.png => 3D-chart_images/aspnetmvc-3D-stacked-column-chart.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img12.png => 3D-chart_images/aspnetmvc-chart-3D-depth.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img14.png => 3D-chart_images/aspnetmvc-chart-3D-perspective-angle.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img10.png => 3D-chart_images/aspnetmvc-chart-3D-placing-bar.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img13.png => 3D-chart_images/aspnetmvc-chart-3D-rotating-and-tilting.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img11.png => 3D-chart_images/aspnetmvc-chart-3D-setting-axis-wall-size.png} (100%) rename aspnetmvc/Chart/{3D-Chart_images/3D-Chart_img9.png => 3D-chart_images/aspnetmvc-chart-3D-view.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img1.png => pointers_images/aspnetmvc-circular-gauge-adding-pointer-collection.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img2.png => pointers_images/aspnetmvc-circular-gauge-adding-pointer-value.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img4.png => pointers_images/aspnetmvc-circular-gauge-appearance.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img3.png => pointers_images/aspnetmvc-circular-gauge-color-and-border.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img11.png => pointers_images/aspnetmvc-circular-gauge-customized-pointer.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img12.png => pointers_images/aspnetmvc-circular-gauge-font-options.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img7.png => pointers_images/aspnetmvc-circular-gauge-marker-image.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img8.png => pointers_images/aspnetmvc-circular-gauge-marker-pointer-with-image.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img9.png => pointers_images/aspnetmvc-circular-gauge-multiple-pointers.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img6.png => pointers_images/aspnetmvc-circular-gauge-needle-pointer.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img10.png => pointers_images/aspnetmvc-circular-gauge-pointer-value.png} (100%) rename aspnetmvc/CircularGauge/{Pointers_images/Pointers_img5.png => pointers_images/aspnetmvc-circular-gauge-positioning-pointer.png} (100%) rename aspnetmvc/DataManager/{Antiforgery_images/Antiforgery_header.PNG => antiforgery_images/aspnetmvc-data-manager-antiforgery-header.PNG} (100%) rename aspnetmvc/DataManager/{Antiforgery_images/Antiforgery.PNG => antiforgery_images/aspnetmvc-data-manager-antiforgery.PNG} (100%) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index 8f99355b3..64060dac7 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -30,7 +30,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th {% endhighlight %} -![3D Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img1.png) +![3D Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample. @@ -54,7 +54,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c {% endhighlight %} -![3D Bart Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img2.png) +![3D Bart Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-bart-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample. @@ -81,7 +81,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![3D Stacked Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img3.png) +![3D Stacked Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-stacked-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn3d) here to view the Stacked Column 3DChart online demo sample. @@ -108,7 +108,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![3D 100% Stacked Column Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img4.png) +![3D 100% Stacked Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-100%-stacked-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample. @@ -135,7 +135,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th {% endhighlight %} -![3D Stacked Bar Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img5.png) +![3D Stacked Bar Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-bar-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample. @@ -162,7 +162,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta {% endhighlight %} -![3D 100% Stacked Bar Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img6.png) +![3D 100% Stacked Bar Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-stacked-bar-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample. @@ -187,7 +187,7 @@ To render the Pie Chart in 3D view, enable the **Enbel3D** option in the chart a {% endhighlight %} -![3D Pie Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img7.png) +![3D Pie Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-pie-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample. @@ -212,7 +212,7 @@ To render the Doughnut Chart in 3D view, enable the **Enbel3D** option in the ch {% endhighlight %} -![3D Doughnut Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img8.png) +![3D Doughnut Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-doughnut-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample. @@ -237,7 +237,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![3D View in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img9.png) +![3D View in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-view.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample. @@ -261,7 +261,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![Placin Bar in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img10.png) +![Placing Bar in ASP.NET MVC Chart](3D-Chart_images/aspnetmvc-chart-3D-placing-bar.png) ### Setting Axis Wall Size @@ -282,7 +282,7 @@ In 3DChart, Cartesian axes lines are represented as walls and it defines the wid {% endhighlight %} -![Settin Axis Wall Size in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img11.png) +![Setting Axis Wall Size in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-setting-axis-wall-size.png) ### 3D Depth @@ -303,7 +303,7 @@ By using the **Depth** property, you can view the 3D Chart from the front view o {% endhighlight %} -![3D Depth in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img12.png) +![3D Depth in ASP.NET MVC Chart](3D-Chart_images/aspnetmvc-chart-3D-depth.png) ### Rotating and Tilting 3D Chart @@ -328,7 +328,7 @@ To spin the 3D Chart on mouse dragging, enable **EnableRotation** option in the {% endhighlight %} -![Rotating and Tilting 3D Chart in ASP.NET MVC](3D-Chart_images/3D-Chart_img13.png) +![Rotating and Tilting 3D Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-chart-3D-rotating-and-tilting.png) ### PerspectiveAngle @@ -349,4 +349,4 @@ The **PerspectiveAngle** specifies the appearance of the height, width, depth an {% endhighlight %} -![Perspective Angle in ASP.NET MVC Chart](3D-Chart_images/3D-Chart_img14.png) +![Perspective Angle in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-perspective-angle.png) diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img4.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-100%-stacked-column-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img4.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-100%-stacked-column-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img5.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-bar-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img5.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-bar-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img2.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-bart-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img2.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-bart-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img1.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-column-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img1.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-column-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img8.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-doughnut-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img8.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-doughnut-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img7.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-pie-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img7.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-pie-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img6.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-stacked-bar-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img6.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-stacked-bar-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img3.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-stacked-column-chart.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img3.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-3D-stacked-column-chart.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img12.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-depth.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img12.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-depth.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img14.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-perspective-angle.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img14.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-perspective-angle.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img10.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-placing-bar.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img10.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-placing-bar.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img13.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-rotating-and-tilting.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img13.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-rotating-and-tilting.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img11.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-setting-axis-wall-size.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img11.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-setting-axis-wall-size.png diff --git a/aspnetmvc/Chart/3D-Chart_images/3D-Chart_img9.png b/aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-view.png similarity index 100% rename from aspnetmvc/Chart/3D-Chart_images/3D-Chart_img9.png rename to aspnetmvc/Chart/3D-chart_images/aspnetmvc-chart-3D-view.png diff --git a/aspnetmvc/CircularGauge/Pointers.md b/aspnetmvc/CircularGauge/Pointers.md index a10941ae8..9ec8209cc 100644 --- a/aspnetmvc/CircularGauge/Pointers.md +++ b/aspnetmvc/CircularGauge/Pointers.md @@ -41,7 +41,7 @@ PO.Value(30).Add(); {% endhighlight %} Execute the above code to render the following output. -![Adding Pointer Collection in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img1.png) +![Adding Pointer Collection in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-adding-pointer-collection.png) Circular Gauge with pointer collection {:.caption} @@ -109,7 +109,7 @@ Execute the above code to render the following output. -![Adding Pointer Value in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img2.png) +![Adding Pointer Value in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-adding-pointer-value.png) Circular Gauge with customized pointer value {:.caption} @@ -176,7 +176,7 @@ Execute the above code to render the following output. -![Colors and Border in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img3.png) +![Colors and Border in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-color-and-border.png) Circular Gauge with pointer collection {:.caption} @@ -243,7 +243,7 @@ Execute the above code to render the following output. -![Appearance in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img4.png) +![Appearance in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-appearance.png) Circular Gauge with customized pointer styles {:.caption} @@ -317,7 +317,7 @@ Execute the above code to render the following output. -![Possition the Pointer in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img5.png) +![Possition the Pointer in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-positioning-pointer.png) Circular Gauge with customized pointer type as marker {:.caption} @@ -420,7 +420,7 @@ public partial class CircularGaugeController : Controller {% endhighlight %} {% endtabs %} -![Needle Pointer Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img6.png) +![Needle Pointer Image in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-needle-pointer.png) Semi-circular Gauge with needle pointer as image {:.caption} @@ -484,7 +484,7 @@ public partial class CircularGaugeController : Controller } {% endhighlight %} {% endtabs %} -![Marker Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img7.png) +![Marker Image in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-marker-image.png) Semi-circular Gauge with marker pointer as image {:.caption} @@ -554,7 +554,7 @@ public partial class CircularGaugeController : Controller {% endhighlight %} {% endtabs %} -![Marker Pointer With Image in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img8.png) +![Marker Pointer With Image in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-marker-pointer-with-image.png) Semi-circular Gauge with marker pointer with image {:.caption} @@ -630,7 +630,7 @@ PO.Placement(PointerPlacement.Near) Execute the above code to render the following output. -![Multiple Pointers in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img9.png) +![Multiple Pointers in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-multiple-pointers.png) Circular Gauge with multiple pointers {:.caption} @@ -696,7 +696,7 @@ Run the above code to render the output as follows. -![Pointer Value in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img10.png) +![Pointer Value in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-pointer-value.png) Circular Gauge with pointer value text. {:.caption} @@ -773,7 +773,7 @@ Run the above code to render the output as follows. -![Appearance in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img11.png) +![Circular Gauge with customized pointer value text in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-customized-pointer.png) Circular Gauge with customized pointer value text. {:.caption} @@ -835,7 +835,7 @@ Run the above code to render the output as follows. -![Font Options in ASP.NET MVC Circular Gauge](Pointers_images/Pointers_img12.png) +![Font Options in ASP.NET MVC Circular Gauge](pointers_images/aspnetmvc-circular-gauge-font-options.png) Circular Gauge with customized font option in pointer value text. {:.caption} diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img1.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-adding-pointer-collection.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img1.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-adding-pointer-collection.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img2.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-adding-pointer-value.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img2.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-adding-pointer-value.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img4.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-appearance.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img4.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-appearance.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img3.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-color-and-border.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img3.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-color-and-border.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img11.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-customized-pointer.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img11.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-customized-pointer.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img12.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-font-options.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img12.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-font-options.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img7.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-marker-image.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img7.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-marker-image.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img8.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-marker-pointer-with-image.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img8.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-marker-pointer-with-image.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img9.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-multiple-pointers.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img9.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-multiple-pointers.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img6.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-needle-pointer.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img6.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-needle-pointer.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img10.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-pointer-value.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img10.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-pointer-value.png diff --git a/aspnetmvc/CircularGauge/Pointers_images/Pointers_img5.png b/aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-positioning-pointer.png similarity index 100% rename from aspnetmvc/CircularGauge/Pointers_images/Pointers_img5.png rename to aspnetmvc/CircularGauge/pointers_images/aspnetmvc-circular-gauge-positioning-pointer.png diff --git a/aspnetmvc/DataManager/Antiforgery.md b/aspnetmvc/DataManager/Antiforgery.md index 3a7e29327..c97c3f7cd 100644 --- a/aspnetmvc/DataManager/Antiforgery.md +++ b/aspnetmvc/DataManager/Antiforgery.md @@ -81,8 +81,8 @@ For this purpose, the input element with hidden value field and name attribute i } {% endhighlight %} -![Anti-forgery Token in ASP.NET MVC](Antiforgery_images/Antiforgery.png) +![Anti-forgery Token in ASP.NET MVC](antiforgery_images/aspnetmvc-data-manager-antiforgery.png) In the header, You can find the anti-forgery token value -![Anti-forgery Token in the heaver in ASP.NET MVC](Antiforgery_images/Antiforgery_header.png) +![Anti-forgery Token in the heaver in ASP.NET MVC](antiforgery_images/aspnetmvc-data-manager-antiforgery-header.png) diff --git a/aspnetmvc/DataManager/Antiforgery_images/Antiforgery_header.PNG b/aspnetmvc/DataManager/antiforgery_images/aspnetmvc-data-manager-antiforgery-header.PNG similarity index 100% rename from aspnetmvc/DataManager/Antiforgery_images/Antiforgery_header.PNG rename to aspnetmvc/DataManager/antiforgery_images/aspnetmvc-data-manager-antiforgery-header.PNG diff --git a/aspnetmvc/DataManager/Antiforgery_images/Antiforgery.PNG b/aspnetmvc/DataManager/antiforgery_images/aspnetmvc-data-manager-antiforgery.PNG similarity index 100% rename from aspnetmvc/DataManager/Antiforgery_images/Antiforgery.PNG rename to aspnetmvc/DataManager/antiforgery_images/aspnetmvc-data-manager-antiforgery.PNG From fe2ba207b63de32b04657f0dc933b6cb946e3d89 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Wed, 5 Jul 2023 10:59:53 +0300 Subject: [PATCH 3/4] Update 3D-Chart.md --- aspnetmvc/Chart/3D-Chart.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index 64060dac7..dc68bc99f 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -1,7 +1,7 @@ --- layout: post title: 3D Chart | Chart | ASP.NET MVC | Syncfusion -description: Learn here about 3d chart in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more. +description: Learn here about Essential 3d Chart in Syncfusion Essential ASP.NET MVC Chart Control, its elements, and more. platform: ejmvc control: Chart documentation: ug From 211c3d68c23a2616e0e8ffbee387342a9fd0abc4 Mon Sep 17 00:00:00 2001 From: berylouma <99009823+berylouma@users.noreply.github.com> Date: Thu, 13 Jul 2023 08:40:15 +0300 Subject: [PATCH 4/4] Update 3D-Chart.md --- aspnetmvc/Chart/3D-Chart.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/aspnetmvc/Chart/3D-Chart.md b/aspnetmvc/Chart/3D-Chart.md index dc68bc99f..752ea11be 100644 --- a/aspnetmvc/Chart/3D-Chart.md +++ b/aspnetmvc/Chart/3D-Chart.md @@ -30,7 +30,7 @@ For rendering a 3D Column Chart, specify the series **Type** as **Column** in th {% endhighlight %} -![3D Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-column-chart.png) +![3D Column Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample. @@ -54,7 +54,7 @@ You can create a 3D Bar Chart by setting the series **Type** as **Bar** in the c {% endhighlight %} -![3D Bart Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-bart-chart.png) +![3D Bart Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-bart-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample. @@ -81,7 +81,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![3D Stacked Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-stacked-column-chart.png) +![3D Stacked Column Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-stacked-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn3d) here to view the Stacked Column 3DChart online demo sample. @@ -108,7 +108,7 @@ You can create a 3D Stacked Column Chart by setting the series **Type** as **Sta {% endhighlight %} -![3D 100% Stacked Column Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-100%-stacked-column-chart.png) +![3D 100% Stacked Column Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-100%-stacked-column-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn1003d) here to view the 100% Stacked Column 3DChart online demo sample. @@ -135,7 +135,7 @@ To create Stacking Bar 3DChart, set the series **Type** as **StackingBar** in th {% endhighlight %} -![3D Stacked Bar Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-bar-chart.png) +![3D Stacked Bar Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-bar-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample. @@ -162,7 +162,7 @@ You can create 100% Stacking Bar 3DChart by setting the series **Type** as **Sta {% endhighlight %} -![3D 100% Stacked Bar Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-stacked-bar-chart.png) +![3D 100% Stacked Bar Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-stacked-bar-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar1003d) here to view the 100% Stacked Bar 3DChart online demo sample. @@ -187,7 +187,7 @@ To render the Pie Chart in 3D view, enable the **Enbel3D** option in the chart a {% endhighlight %} -![3D Pie Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-pie-chart.png) +![3D Pie Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-pie-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample. @@ -212,7 +212,7 @@ To render the Doughnut Chart in 3D view, enable the **Enbel3D** option in the ch {% endhighlight %} -![3D Doughnut Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-3D-doughnut-chart.png) +![3D Doughnut Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-3d-doughnut-chart.png) [Click](https://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample. @@ -237,7 +237,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![3D View in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-view.png) +![3D View in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-view.png) [Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample. @@ -261,7 +261,7 @@ To render the EjChart in 3D view, set the **Enable3D** option as **true** in the {% endhighlight %} -![Placing Bar in ASP.NET MVC Chart](3D-Chart_images/aspnetmvc-chart-3D-placing-bar.png) +![Placing Bar in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-placing-bar.png) ### Setting Axis Wall Size @@ -282,7 +282,7 @@ In 3DChart, Cartesian axes lines are represented as walls and it defines the wid {% endhighlight %} -![Setting Axis Wall Size in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-setting-axis-wall-size.png) +![Setting Axis Wall Size in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-setting-axis-wall-size.png) ### 3D Depth @@ -303,7 +303,7 @@ By using the **Depth** property, you can view the 3D Chart from the front view o {% endhighlight %} -![3D Depth in ASP.NET MVC Chart](3D-Chart_images/aspnetmvc-chart-3D-depth.png) +![3D Depth in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-depth.png) ### Rotating and Tilting 3D Chart @@ -328,7 +328,7 @@ To spin the 3D Chart on mouse dragging, enable **EnableRotation** option in the {% endhighlight %} -![Rotating and Tilting 3D Chart in ASP.NET MVC](3D-chart_images/aspnetmvc-chart-3D-rotating-and-tilting.png) +![Rotating and Tilting 3D Chart in ASP.NET MVC](3d-chart_images/aspnetmvc-chart-3d-rotating-and-tilting.png) ### PerspectiveAngle @@ -349,4 +349,4 @@ The **PerspectiveAngle** specifies the appearance of the height, width, depth an {% endhighlight %} -![Perspective Angle in ASP.NET MVC Chart](3D-chart_images/aspnetmvc-chart-3D-perspective-angle.png) +![Perspective Angle in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-perspective-angle.png)