Skip to content

SEO-173271-Description-Too-Short-ASPNET-MVC #348

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: hotfix/hotfix-v22.2.5
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
30 changes: 15 additions & 15 deletions aspnetmvc/Chart/3D-Chart.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
layout: post
title: 3D Chart | Chart | ASP.NET MVC | Syncfusion
description: 3d chart
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
Expand Down Expand Up @@ -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/aspnetmvc-3d-column-chart.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the Column 3DChart online demo sample.
Expand All @@ -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/aspnetmvc-3d-bart-chart.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/bar3d) here to view the Bar 3DChart online demo sample.
Expand All @@ -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/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.
Expand All @@ -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/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.
Expand All @@ -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/aspnetmvc-3d-bar-chart.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar3d) here to view the Stacked Bar 3DChart online demo sample.
Expand All @@ -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/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.
Expand All @@ -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/aspnetmvc-3d-pie-chart.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/pie3d) here to view the Pie 3DChart online demo sample.
Expand All @@ -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/aspnetmvc-3d-doughnut-chart.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/doughnut3d) here to view the Doughnut 3DChart online demo sample.
Expand All @@ -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/aspnetmvc-chart-3d-view.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/column3d) here to view the 3DChart online demo sample.
Expand All @@ -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)
![Placing Bar in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-placing-bar.png)


### Setting Axis Wall Size
Expand All @@ -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)
![Setting Axis Wall Size in ASP.NET MVC Chart](3d-chart_images/aspnetmvc-chart-3d-setting-axis-wall-size.png)


### 3D Depth
Expand All @@ -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/aspnetmvc-chart-3d-depth.png)


### Rotating and Tilting 3D Chart
Expand All @@ -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/aspnetmvc-chart-3d-rotating-and-tilting.png)


### PerspectiveAngle
Expand All @@ -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/aspnetmvc-chart-3d-perspective-angle.png)
26 changes: 13 additions & 13 deletions aspnetmvc/CircularGauge/Pointers.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-adding-pointer-collection.png)

Circular Gauge with pointer collection
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-adding-pointer-value.png)

Circular Gauge with customized pointer value
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-color-and-border.png)

Circular Gauge with pointer collection
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-appearance.png)

Circular Gauge with customized pointer styles
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-positioning-pointer.png)

Circular Gauge with customized pointer type as marker
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-needle-pointer.png)

Semi-circular Gauge with needle pointer as image
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-marker-image.png)

Semi-circular Gauge with marker pointer as image
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-marker-pointer-with-image.png)

Semi-circular Gauge with marker pointer with image
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-multiple-pointers.png)

Circular Gauge with multiple pointers
{:.caption}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-pointer-value.png)

Circular Gauge with pointer value text.
{:.caption}
Expand Down Expand Up @@ -773,7 +773,7 @@ Run the above code to render the output as follows.



![](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}
Expand Down Expand Up @@ -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/aspnetmvc-circular-gauge-font-options.png)

Circular Gauge with customized font option in pointer value text.
{:.caption}
Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/DataManager/Antiforgery.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down Expand Up @@ -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/aspnetmvc-data-manager-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/aspnetmvc-data-manager-antiforgery-header.png)