From 8bc1f6dce33764a89d53ab01cc4846491882c253 Mon Sep 17 00:00:00 2001 From: Yvone-Atieno <95272306+Yvone-Atieno@users.noreply.github.com> Date: Mon, 15 Jan 2024 11:30:48 +0300 Subject: [PATCH] SEO-178115 ASP.NET MVC Redirect --- aspnetmvc/Chart/Chart-Types.md | 64 +++++++++++++------------- aspnetmvc/Grid/Style-and-Appearance.md | 4 +- 2 files changed, 34 insertions(+), 34 deletions(-) diff --git a/aspnetmvc/Chart/Chart-Types.md b/aspnetmvc/Chart/Chart-Types.md index fc1ffa9f..2ae737c0 100644 --- a/aspnetmvc/Chart/Chart-Types.md +++ b/aspnetmvc/Chart/Chart-Types.md @@ -32,7 +32,7 @@ To render a Line Chart, set the series **Type** as **Line** in the chart series.  -[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 @@ -160,7 +160,7 @@ You can change the color of the line segments by using the *Fill* property of th  -[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 @@ -187,7 +187,7 @@ To render a Step Line Chart, set the series Type as **StepLine"** in the chart s  -[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 @@ -317,7 +317,7 @@ To render an Area chart, you can specify the series Type as **Area** in the char  -[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 @@ -356,7 +356,7 @@ Since the RangeArea series requires two y values for a point, you have to add th  -[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 @@ -387,7 +387,7 @@ To render a Step Area Chart, set the Type as **StepArea** in the chart series. T  -[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 @@ -417,7 +417,7 @@ To render a Spline Area Chart, set the Type as **SplineArea** in the chart serie  -[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 @@ -448,7 +448,7 @@ To render a Stacked Area Chart, set the Type as **StackingArea** in the chart se  -[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 @@ -479,7 +479,7 @@ To render a 100% Stacked Area Chart, set the Type as **StackingArea100** in the  -[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 @@ -510,7 +510,7 @@ To render a Column Chart, set the Type as **Column** in the chart series. To cha  -[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 @@ -662,7 +662,7 @@ Since, the RangeColumn series requires two y values for a point, add the High an  -[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 @@ -719,7 +719,7 @@ To render a Stacked Column Chart, set the Type as **StackingColumn** in the char  -[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 @@ -807,7 +807,7 @@ To render a 100% Stacked Column Chart, set the Type as **StackingColumn100** in  -[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 @@ -896,7 +896,7 @@ To render a bar Chart, set the Type as **Bar** in the chart series. To change th  -[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 @@ -954,7 +954,7 @@ To render a Stacked Bar Chart, set the Type as **StackingBar** in the chart seri  -[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 @@ -1043,7 +1043,7 @@ To render a 100% Stacked Bar Chart, set the Type as **StackingBar100** in the ch  -[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. @@ -1128,7 +1128,7 @@ To render a Spline Chart, set the Type as **Spline** in the chart series. To cha  -[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 @@ -1216,7 +1216,7 @@ You can create a pie chart by setting the series Type as **Pie** in the chart se  -[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 @@ -1359,7 +1359,7 @@ EjChart allows you to render all the data points/segments in the semi-pie, quart  -[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. @@ -1390,7 +1390,7 @@ To create a Doughnut chart, you can specify the series Type as **Doughnut** in t  -[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 @@ -1562,7 +1562,7 @@ EjChart allows you to render all the data points/segments in the semi-doughnut,  -[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. @@ -1643,7 +1643,7 @@ To create a Pyramid chart, you can specify the series Type as **Pyramid** in the  -[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 @@ -1756,7 +1756,7 @@ You can create a funnel chart by setting the series Type as **Funnel** in the ch  -[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 @@ -1862,7 +1862,7 @@ To create a Bubble chart, you can set the series Type as **Bubble** in the chart  -[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 @@ -1892,7 +1892,7 @@ To create a Scatter chart, you can set the series Type as **Scatter** in the cha  -[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 @@ -1971,7 +1971,7 @@ To create a HiLoOpenClose chart, you can set the series Type as **HiloOpenClose*  -[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 @@ -2079,7 +2079,7 @@ You can create a Candle chart by specifying the series Type as **Candle** in the  -[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 @@ -2156,7 +2156,7 @@ HiLo chart is created by setting the series Type as **Hilo** in the chart series  -[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 @@ -2246,7 +2246,7 @@ By using the **IsStacking** property, you can specify whether the column has to  -[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 @@ -2363,7 +2363,7 @@ N> The inline property of the **Series.PositiveFill** has the first priority and  -[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** @@ -2474,7 +2474,7 @@ EjChart can generate Error bar for Cartesian type series *(Line, Column, Bar, Sc  -[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 @@ -2699,7 +2699,7 @@ Outlier symbol, width and height can be customized using outlierSettings through  -[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. diff --git a/aspnetmvc/Grid/Style-and-Appearance.md b/aspnetmvc/Grid/Style-and-Appearance.md index 05875fac..1bc3f3b3 100644 --- a/aspnetmvc/Grid/Style-and-Appearance.md +++ b/aspnetmvc/Grid/Style-and-Appearance.md @@ -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").