Skip to content

SEO-178115 ASP.NET MVC Redirect #414

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

Merged
Merged
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
64 changes: 32 additions & 32 deletions aspnetmvc/Chart/Chart-Types.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ To render a Line Chart, set the series **Type** as **Line** in the chart series.
![ASPNETMVC Chart Types](Chart-Types_images/Chart-Types_img1.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/default) here to view the Line Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the Line Chart online demo sample.


### Change the line width
Expand Down Expand Up @@ -160,7 +160,7 @@ You can change the color of the line segments by using the *Fill* property of th

![ASPNETMVC Chart Multi color](Chart-Types_images/Chart-Types_img81.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/multicolor) here to view the MultiColor Line Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/MultiColoredLine#/bootstrap5) here to view the MultiColor Line Chart online demo sample.


## Step Line Chart
Expand All @@ -187,7 +187,7 @@ To render a Step Line Chart, set the series Type as **StepLine"** in the chart s

![ASPNETMVC Chart StepLine](Chart-Types_images/Chart-Types_img6.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/stepline) here to view the Step Line Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StepLine#/bootstrap5) here to view the Step Line Chart online demo sample.


### Changing the line width
Expand Down Expand Up @@ -317,7 +317,7 @@ To render an Area chart, you can specify the series Type as **Area** in the char
![ASPNETMVC Chart Area](Chart-Types_images/Chart-Types_img11.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/area) here to view the Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Area#/bootstrap5) here to view the Area Chart online demo.


## Range Area Chart
Expand Down Expand Up @@ -356,7 +356,7 @@ Since the RangeArea series requires two y values for a point, you have to add th

![ASPNETMVC Chart Range Area](Chart-Types_images/Chart-Types_img12.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/rangearea) here to view Range Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RangeArea#/bootstrap5) here to view Range Area Chart online demo.


## Step Area Chart
Expand Down Expand Up @@ -387,7 +387,7 @@ To render a Step Area Chart, set the Type as **StepArea** in the chart series. T
![ASPNETMVC Chart Step Area](Chart-Types_images/Chart-Types_img13.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/steparea) here to view Step Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StepArea#/bootstrap5) here to view Step Area Chart online demo.


## Spline Area Chart
Expand Down Expand Up @@ -417,7 +417,7 @@ To render a Spline Area Chart, set the Type as **SplineArea** in the chart serie

![ASPNETMVC Chart Spline Area](Chart-Types_images/Chart-Types_img14.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/splinearea) here to view Spline Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SplineArea#/bootstrap5) here to view Spline Area Chart online demo.


## Stacked Area Chart
Expand Down Expand Up @@ -448,7 +448,7 @@ To render a Stacked Area Chart, set the Type as **StackingArea** in the chart se
![ASPNETMVC Chart Stacked Area](Chart-Types_images/Chart-Types_img15.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/stackingarea) here to view Stacked Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedArea#/bootstrap5) here to view Stacked Area Chart online demo.


## 100% Stacked Area Chart
Expand Down Expand Up @@ -479,7 +479,7 @@ To render a 100% Stacked Area Chart, set the Type as **StackingArea100** in the
![ASPNETMVC Chart Stacked Area](Chart-Types_images/Chart-Types_img16.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/stackingarea100) here to view 100% Stacked Area Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedArea100#/bootstrap5) here to view 100% Stacked Area Chart online demo.


## Column Chart
Expand Down Expand Up @@ -510,7 +510,7 @@ To render a Column Chart, set the Type as **Column** in the chart series. To cha
![ASPNETMVC Chart Column Chart](Chart-Types_images/Chart-Types_img17.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/column) here to view Column Chart demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Column#/bootstrap5) here to view Column Chart demo.


### Change a point color
Expand Down Expand Up @@ -662,7 +662,7 @@ Since, the RangeColumn series requires two y values for a point, add the High an

![ASPNETMVC Chart Range Column](Chart-Types_images/Chart-Types_img19.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/rangecolumn) here to view Range Column Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RangeColumn#/bootstrap5) here to view Range Column Chart online demo.


### Change a point color
Expand Down Expand Up @@ -719,7 +719,7 @@ To render a Stacked Column Chart, set the Type as **StackingColumn** in the char

![ASPNETMVC Chart Stacked Column](Chart-Types_images/Chart-Types_img21.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn) here to view Stacked Column Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedColumn#/bootstrap5) here to view Stacked Column Chart online demo.


### Cluster / Group stacked columns
Expand Down Expand Up @@ -807,7 +807,7 @@ To render a 100% Stacked Column Chart, set the Type as **StackingColumn100** in
![ASPNETMVC Chart Stacked](Chart-Types_images/Chart-Types_img24.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/stackingcolumn100) here to view 100% Stacked Column Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedColumn100#/bootstrap5) here to view 100% Stacked Column Chart online demo.


### Cluster / Group 100% stacked columns
Expand Down Expand Up @@ -896,7 +896,7 @@ To render a bar Chart, set the Type as **Bar** in the chart series. To change th
![ASPNETMVC Chart Point Color](Chart-Types_images/Chart-Types_img27.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/bar) here to view Bar Chart demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Bar#/bootstrap5) here to view Bar Chart demo.


### Change the color of a bar
Expand Down Expand Up @@ -954,7 +954,7 @@ To render a Stacked Bar Chart, set the Type as **StackingBar** in the chart seri
![ASPNETMVC Chart Stacked Bar](Chart-Types_images/Chart-Types_img29.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar) here to view Stacked Bar Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedBar#/bootstrap5) here to view Stacked Bar Chart online demo.


### Cluster / Group stacked bars
Expand Down Expand Up @@ -1043,7 +1043,7 @@ To render a 100% Stacked Bar Chart, set the Type as **StackingBar100** in the ch

![ASPNETMVC Chart Stacked Bar](Chart-Types_images/Chart-Types_img32.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/stackingbar100) here to view 100% Stacked Bar Chart online demo.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/StackedBar100#/bootstrap5) here to view 100% Stacked Bar Chart online demo.

By using the StackingGroup property, you can group the 100% stacking bars with the same group name.

Expand Down Expand Up @@ -1128,7 +1128,7 @@ To render a Spline Chart, set the Type as **Spline** in the chart series. To cha
![ASPNETMVC Chart Spline](Chart-Types_images/Chart-Types_img35.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/spline) here to view the Spline Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Spline#/bootstrap5) here to view the Spline Chart online demo sample.


### Change the spline width
Expand Down Expand Up @@ -1216,7 +1216,7 @@ You can create a pie chart by setting the series Type as **Pie** in the chart se
![ASPNETMVC Chart Pie](Chart-Types_images/Chart-Types_img38.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the Pie chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the Pie chart online demo sample.


### Change the pie size
Expand Down Expand Up @@ -1359,7 +1359,7 @@ EjChart allows you to render all the data points/segments in the semi-pie, quart
![ASPNETMVC Chart Sector Pie](Chart-Types_images/Chart-Types_img43.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/semipie) here to view the Semi Pie Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5) here to view the Semi Pie Chart online demo sample.



Expand Down Expand Up @@ -1390,7 +1390,7 @@ To create a Doughnut chart, you can specify the series Type as **Doughnut** in t

![ASPNETMVC Chart Doughnut](Chart-Types_images/Chart-Types_img44.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/doughnut) here to view the Doughnut Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Doughnut#/bootstrap5) here to view the Doughnut Chart online demo sample.


### Change Doughnut inner radius
Expand Down Expand Up @@ -1562,7 +1562,7 @@ EjChart allows you to render all the data points/segments in the semi-doughnut,
![ASPNETMVC Chart DoughNut Segment](Chart-Types_images/Chart-Types_img50.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/semipie) here to view the Semi Doughnut Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5) here to view the Semi Doughnut Chart online demo sample.



Expand Down Expand Up @@ -1643,7 +1643,7 @@ To create a Pyramid chart, you can specify the series Type as **Pyramid** in the

![ASPNETMVC Chart Pyramid](Chart-Types_images/Chart-Types_img51.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/pyramid) here to view the Pyramid Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pyramid#/bootstrap5) here to view the Pyramid Chart online demo sample.


### Pyramid Mode
Expand Down Expand Up @@ -1756,7 +1756,7 @@ You can create a funnel chart by setting the series Type as **Funnel** in the ch

![ASPNETMVC Chart Funnel](Chart-Types_images/Chart-Types_img55.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/funnel) here to view the Funnel Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Funnel#/bootstrap5) here to view the Funnel Chart online demo sample.


### Change the funnel width and height
Expand Down Expand Up @@ -1862,7 +1862,7 @@ To create a Bubble chart, you can set the series Type as **Bubble** in the chart
![ASPNETMVC Chart Bubble](Chart-Types_images/Chart-Types_img58.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/bubble) here to view the Bubble Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Bubble#/bootstrap5) here to view the Bubble Chart online demo sample.

## Scatter

Expand Down Expand Up @@ -1892,7 +1892,7 @@ To create a Scatter chart, you can set the series Type as **Scatter** in the cha
![ASPNETMVC Chart Scatter](Chart-Types_images/Chart-Types_img59.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/scatter) here to view the Scatter Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Scatter#/bootstrap5) here to view the Scatter Chart online demo sample.

### Customize the scatter chart

Expand Down Expand Up @@ -1971,7 +1971,7 @@ To create a HiLoOpenClose chart, you can set the series Type as **HiloOpenClose*
![ASPNETMVC Chart Hilo Open](Chart-Types_images/Chart-Types_img61.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/hiloopenclose) here to view the HiLoOpenClose Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/HiloOpenClose#/bootstrap5) here to view the HiLoOpenClose Chart online demo sample.


### DrawMode
Expand Down Expand Up @@ -2079,7 +2079,7 @@ You can create a Candle chart by specifying the series Type as **Candle** in the

![ASPNETMVC Chart Candle](Chart-Types_images/Chart-Types_img64.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/candle) here to view the Candle Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Candle#/bootstrap5) here to view the Candle Chart online demo sample.


### Bull and Bear Color
Expand Down Expand Up @@ -2156,7 +2156,7 @@ HiLo chart is created by setting the series Type as **Hilo** in the chart series
![ASPNETMVC Chart HiLo](Chart-Types_images/Chart-Types_img66.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/hilo) here to view the HiLo Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Hilo#/bootstrap5) here to view the HiLo Chart online demo sample.


## Polar
Expand Down Expand Up @@ -2246,7 +2246,7 @@ By using the **IsStacking** property, you can specify whether the column has to
![ASPNETMVC Chart Stack](Chart-Types_images/Chart-Types_img69.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/windrose) here to view the Polar Wind Rose Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/WindRose#/bootstrap5) here to view the Polar Wind Rose Chart online demo sample.


## Radar Chart
Expand Down Expand Up @@ -2363,7 +2363,7 @@ N> The inline property of the **Series.PositiveFill** has the first priority and
![ASPNETMVC Chart Water falls](Chart-Types_images/Chart-Types_img73.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/waterfall) here to view the Waterfall Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Waterfall#/bootstrap5) here to view the Waterfall Chart online demo sample.


**ShowIntermediateSum**
Expand Down Expand Up @@ -2474,7 +2474,7 @@ EjChart can generate Error bar for Cartesian type series *(Line, Column, Bar, Sc
![ASPNETMVC Chart Error Bar](Chart-Types_images/Chart-Types_img75.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/errorbar) here to view the ErrorBar Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/ErrorBar#/bootstrap5) here to view the ErrorBar Chart online demo sample.


### Changing Error Bar Type
Expand Down Expand Up @@ -2699,7 +2699,7 @@ Outlier symbol, width and height can be customized using outlierSettings through

![ASPNETMVC Chart Outlier](Chart-Types_images/Chart-Types_img92.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/boxandwhisker) here to view the Box and Whisker Chart online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/BoxAndWhisker#/bootstrap5) here to view the Box and Whisker Chart online demo sample.

## Pie Of Pie Chart
To render the pie of pie chart, set the series `Type` as **PieOfPie**. Pie of pie chart is used for displaying the data of a pie slice as another pie chart. The values in the second pie is displayed based on the **splitMode** property.
Expand Down
4 changes: 2 additions & 2 deletions aspnetmvc/Grid/Style-and-Appearance.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ documentation: ug

## List of classes and its purposes

To modify the Grid appearance, you need to override default CSS of the grid. Please find the list of CSS classes and its corresponding section in the grid. Also you have an option to create your own custom theme for all the ASP.NET MVC controls using our [Theme Studio](https://js.syncfusion.com/themestudio/ "Theme Studio").
To modify the Grid appearance, you need to override default CSS of the grid. Please find the list of CSS classes and its corresponding section in the grid. Also you have an option to create your own custom theme for all the ASP.NET MVC controls using our [Theme Studio](https://ej2.syncfusion.com/aspnetmvc/documentation/appearance/theme-studio "Theme Studio").

<table>
<tr>
Expand Down Expand Up @@ -228,5 +228,5 @@ To modify the Grid appearance, you need to override default CSS of the grid. Ple

To customize toolbar, you need to use the toolbar default CSS class to override icon in toolbar.

{% seealso %} [customize toolbar ](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %}
{% seealso %} [customize toolbar](https://support.syncfusion.com/kb/article/4868/how-to-change-custom-icons-for-default-edit-toolbar-items) {% endseealso %}