@@ -32,7 +32,7 @@ To render a Line Chart, set the series **Type** as **Line** in the chart series.
32
32
![ ASPNETMVC Chart Types] ( Chart-Types_images/Chart-Types_img1.png )
33
33
34
34
35
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/default ) here to view the Line Chart online demo sample.
35
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5 ) here to view the Line Chart online demo sample.
36
36
37
37
38
38
### Change the line width
@@ -160,7 +160,7 @@ You can change the color of the line segments by using the *Fill* property of th
160
160
161
161
![ ASPNETMVC Chart Multi color] ( Chart-Types_images/Chart-Types_img81.png )
162
162
163
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/multicolor ) here to view the MultiColor Line Chart online demo sample.
163
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/MultiColoredLine#/bootstrap5 ) here to view the MultiColor Line Chart online demo sample.
164
164
165
165
166
166
## Step Line Chart
@@ -187,7 +187,7 @@ To render a Step Line Chart, set the series Type as **StepLine"** in the chart s
187
187
188
188
![ ASPNETMVC Chart StepLine] ( Chart-Types_images/Chart-Types_img6.png )
189
189
190
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stepline ) here to view the Step Line Chart online demo sample.
190
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StepLine#/bootstrap5 ) here to view the Step Line Chart online demo sample.
191
191
192
192
193
193
### Changing the line width
@@ -317,7 +317,7 @@ To render an Area chart, you can specify the series Type as **Area** in the char
317
317
![ ASPNETMVC Chart Area] ( Chart-Types_images/Chart-Types_img11.png )
318
318
319
319
320
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/area ) here to view the Area Chart online demo.
320
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Area#/bootstrap5 ) here to view the Area Chart online demo.
321
321
322
322
323
323
## Range Area Chart
@@ -356,7 +356,7 @@ Since the RangeArea series requires two y values for a point, you have to add th
356
356
357
357
![ ASPNETMVC Chart Range Area] ( Chart-Types_images/Chart-Types_img12.png )
358
358
359
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/rangearea ) here to view Range Area Chart online demo.
359
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/RangeArea#/bootstrap5 ) here to view Range Area Chart online demo.
360
360
361
361
362
362
## Step Area Chart
@@ -387,7 +387,7 @@ To render a Step Area Chart, set the Type as **StepArea** in the chart series. T
387
387
![ ASPNETMVC Chart Step Area] ( Chart-Types_images/Chart-Types_img13.png )
388
388
389
389
390
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/steparea ) here to view Step Area Chart online demo.
390
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StepArea#/bootstrap5 ) here to view Step Area Chart online demo.
391
391
392
392
393
393
## Spline Area Chart
@@ -417,7 +417,7 @@ To render a Spline Area Chart, set the Type as **SplineArea** in the chart serie
417
417
418
418
![ ASPNETMVC Chart Spline Area] ( Chart-Types_images/Chart-Types_img14.png )
419
419
420
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/splinearea ) here to view Spline Area Chart online demo.
420
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/SplineArea#/bootstrap5 ) here to view Spline Area Chart online demo.
421
421
422
422
423
423
## Stacked Area Chart
@@ -448,7 +448,7 @@ To render a Stacked Area Chart, set the Type as **StackingArea** in the chart se
448
448
![ ASPNETMVC Chart Stacked Area] ( Chart-Types_images/Chart-Types_img15.png )
449
449
450
450
451
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingarea ) here to view Stacked Area Chart online demo.
451
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedArea#/bootstrap5 ) here to view Stacked Area Chart online demo.
452
452
453
453
454
454
## 100% Stacked Area Chart
@@ -479,7 +479,7 @@ To render a 100% Stacked Area Chart, set the Type as **StackingArea100** in the
479
479
![ ASPNETMVC Chart Stacked Area] ( Chart-Types_images/Chart-Types_img16.png )
480
480
481
481
482
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingarea100 ) here to view 100% Stacked Area Chart online demo.
482
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedArea100#/bootstrap5 ) here to view 100% Stacked Area Chart online demo.
483
483
484
484
485
485
## Column Chart
@@ -510,7 +510,7 @@ To render a Column Chart, set the Type as **Column** in the chart series. To cha
510
510
![ ASPNETMVC Chart Column Chart] ( Chart-Types_images/Chart-Types_img17.png )
511
511
512
512
513
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/column ) here to view Column Chart demo.
513
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Column#/bootstrap5 ) here to view Column Chart demo.
514
514
515
515
516
516
### Change a point color
@@ -662,7 +662,7 @@ Since, the RangeColumn series requires two y values for a point, add the High an
662
662
663
663
![ ASPNETMVC Chart Range Column] ( Chart-Types_images/Chart-Types_img19.png )
664
664
665
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/rangecolumn ) here to view Range Column Chart online demo.
665
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/RangeColumn#/bootstrap5 ) here to view Range Column Chart online demo.
666
666
667
667
668
668
### Change a point color
@@ -719,7 +719,7 @@ To render a Stacked Column Chart, set the Type as **StackingColumn** in the char
719
719
720
720
![ ASPNETMVC Chart Stacked Column] ( Chart-Types_images/Chart-Types_img21.png )
721
721
722
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingcolumn ) here to view Stacked Column Chart online demo.
722
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedColumn#/bootstrap5 ) here to view Stacked Column Chart online demo.
723
723
724
724
725
725
### Cluster / Group stacked columns
@@ -807,7 +807,7 @@ To render a 100% Stacked Column Chart, set the Type as **StackingColumn100** in
807
807
![ ASPNETMVC Chart Stacked] ( Chart-Types_images/Chart-Types_img24.png )
808
808
809
809
810
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingcolumn100 ) here to view 100% Stacked Column Chart online demo.
810
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedColumn100#/bootstrap5 ) here to view 100% Stacked Column Chart online demo.
811
811
812
812
813
813
### 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
896
896
![ ASPNETMVC Chart Point Color] ( Chart-Types_images/Chart-Types_img27.png )
897
897
898
898
899
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/bar ) here to view Bar Chart demo.
899
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Bar#/bootstrap5 ) here to view Bar Chart demo.
900
900
901
901
902
902
### 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
954
954
![ ASPNETMVC Chart Stacked Bar] ( Chart-Types_images/Chart-Types_img29.png )
955
955
956
956
957
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingbar ) here to view Stacked Bar Chart online demo.
957
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedBar#/bootstrap5 ) here to view Stacked Bar Chart online demo.
958
958
959
959
960
960
### Cluster / Group stacked bars
@@ -1043,7 +1043,7 @@ To render a 100% Stacked Bar Chart, set the Type as **StackingBar100** in the ch
1043
1043
1044
1044
![ ASPNETMVC Chart Stacked Bar] ( Chart-Types_images/Chart-Types_img32.png )
1045
1045
1046
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/stackingbar100 ) here to view 100% Stacked Bar Chart online demo.
1046
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/StackedBar100#/bootstrap5 ) here to view 100% Stacked Bar Chart online demo.
1047
1047
1048
1048
By using the StackingGroup property, you can group the 100% stacking bars with the same group name.
1049
1049
@@ -1128,7 +1128,7 @@ To render a Spline Chart, set the Type as **Spline** in the chart series. To cha
1128
1128
![ ASPNETMVC Chart Spline] ( Chart-Types_images/Chart-Types_img35.png )
1129
1129
1130
1130
1131
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/spline ) here to view the Spline Chart online demo sample.
1131
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Spline#/bootstrap5 ) here to view the Spline Chart online demo sample.
1132
1132
1133
1133
1134
1134
### 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
1216
1216
![ ASPNETMVC Chart Pie] ( Chart-Types_images/Chart-Types_img38.png )
1217
1217
1218
1218
1219
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/pie ) here to view the Pie chart online demo sample.
1219
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5 ) here to view the Pie chart online demo sample.
1220
1220
1221
1221
1222
1222
### Change the pie size
@@ -1359,7 +1359,7 @@ EjChart allows you to render all the data points/segments in the semi-pie, quart
1359
1359
![ ASPNETMVC Chart Sector Pie] ( Chart-Types_images/Chart-Types_img43.png )
1360
1360
1361
1361
1362
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/semipie ) here to view the Semi Pie Chart online demo sample.
1362
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5 ) here to view the Semi Pie Chart online demo sample.
1363
1363
1364
1364
1365
1365
@@ -1390,7 +1390,7 @@ To create a Doughnut chart, you can specify the series Type as **Doughnut** in t
1390
1390
1391
1391
![ ASPNETMVC Chart Doughnut] ( Chart-Types_images/Chart-Types_img44.png )
1392
1392
1393
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/doughnut ) here to view the Doughnut Chart online demo sample.
1393
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Doughnut#/bootstrap5 ) here to view the Doughnut Chart online demo sample.
1394
1394
1395
1395
1396
1396
### Change Doughnut inner radius
@@ -1562,7 +1562,7 @@ EjChart allows you to render all the data points/segments in the semi-doughnut,
1562
1562
![ ASPNETMVC Chart DoughNut Segment] ( Chart-Types_images/Chart-Types_img50.png )
1563
1563
1564
1564
1565
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/semipie ) here to view the Semi Doughnut Chart online demo sample.
1565
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/SemiPie#/bootstrap5 ) here to view the Semi Doughnut Chart online demo sample.
1566
1566
1567
1567
1568
1568
@@ -1643,7 +1643,7 @@ To create a Pyramid chart, you can specify the series Type as **Pyramid** in the
1643
1643
1644
1644
![ ASPNETMVC Chart Pyramid] ( Chart-Types_images/Chart-Types_img51.png )
1645
1645
1646
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/pyramid ) here to view the Pyramid Chart online demo sample.
1646
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Pyramid#/bootstrap5 ) here to view the Pyramid Chart online demo sample.
1647
1647
1648
1648
1649
1649
### Pyramid Mode
@@ -1756,7 +1756,7 @@ You can create a funnel chart by setting the series Type as **Funnel** in the ch
1756
1756
1757
1757
![ ASPNETMVC Chart Funnel] ( Chart-Types_images/Chart-Types_img55.png )
1758
1758
1759
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/funnel ) here to view the Funnel Chart online demo sample.
1759
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Funnel#/bootstrap5 ) here to view the Funnel Chart online demo sample.
1760
1760
1761
1761
1762
1762
### 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
1862
1862
![ ASPNETMVC Chart Bubble] ( Chart-Types_images/Chart-Types_img58.png )
1863
1863
1864
1864
1865
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/bubble ) here to view the Bubble Chart online demo sample.
1865
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Bubble#/bootstrap5 ) here to view the Bubble Chart online demo sample.
1866
1866
1867
1867
## Scatter
1868
1868
@@ -1892,7 +1892,7 @@ To create a Scatter chart, you can set the series Type as **Scatter** in the cha
1892
1892
![ ASPNETMVC Chart Scatter] ( Chart-Types_images/Chart-Types_img59.png )
1893
1893
1894
1894
1895
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/scatter ) here to view the Scatter Chart online demo sample.
1895
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Scatter#/bootstrap5 ) here to view the Scatter Chart online demo sample.
1896
1896
1897
1897
### Customize the scatter chart
1898
1898
@@ -1971,7 +1971,7 @@ To create a HiLoOpenClose chart, you can set the series Type as **HiloOpenClose*
1971
1971
![ ASPNETMVC Chart Hilo Open] ( Chart-Types_images/Chart-Types_img61.png )
1972
1972
1973
1973
1974
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/hiloopenclose ) here to view the HiLoOpenClose Chart online demo sample.
1974
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/HiloOpenClose#/bootstrap5 ) here to view the HiLoOpenClose Chart online demo sample.
1975
1975
1976
1976
1977
1977
### DrawMode
@@ -2079,7 +2079,7 @@ You can create a Candle chart by specifying the series Type as **Candle** in the
2079
2079
2080
2080
![ ASPNETMVC Chart Candle] ( Chart-Types_images/Chart-Types_img64.png )
2081
2081
2082
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/candle ) here to view the Candle Chart online demo sample.
2082
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Candle#/bootstrap5 ) here to view the Candle Chart online demo sample.
2083
2083
2084
2084
2085
2085
### Bull and Bear Color
@@ -2156,7 +2156,7 @@ HiLo chart is created by setting the series Type as **Hilo** in the chart series
2156
2156
![ ASPNETMVC Chart HiLo] ( Chart-Types_images/Chart-Types_img66.png )
2157
2157
2158
2158
2159
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/hilo ) here to view the HiLo Chart online demo sample.
2159
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Hilo#/bootstrap5 ) here to view the HiLo Chart online demo sample.
2160
2160
2161
2161
2162
2162
## Polar
@@ -2246,7 +2246,7 @@ By using the **IsStacking** property, you can specify whether the column has to
2246
2246
![ ASPNETMVC Chart Stack] ( Chart-Types_images/Chart-Types_img69.png )
2247
2247
2248
2248
2249
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/windrose ) here to view the Polar Wind Rose Chart online demo sample.
2249
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/WindRose#/bootstrap5 ) here to view the Polar Wind Rose Chart online demo sample.
2250
2250
2251
2251
2252
2252
## Radar Chart
@@ -2363,7 +2363,7 @@ N> The inline property of the **Series.PositiveFill** has the first priority and
2363
2363
![ ASPNETMVC Chart Water falls] ( Chart-Types_images/Chart-Types_img73.png )
2364
2364
2365
2365
2366
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/waterfall ) here to view the Waterfall Chart online demo sample.
2366
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/Waterfall#/bootstrap5 ) here to view the Waterfall Chart online demo sample.
2367
2367
2368
2368
2369
2369
** ShowIntermediateSum**
@@ -2474,7 +2474,7 @@ EjChart can generate Error bar for Cartesian type series *(Line, Column, Bar, Sc
2474
2474
![ ASPNETMVC Chart Error Bar] ( Chart-Types_images/Chart-Types_img75.png )
2475
2475
2476
2476
2477
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/errorbar ) here to view the ErrorBar Chart online demo sample.
2477
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/ErrorBar#/bootstrap5 ) here to view the ErrorBar Chart online demo sample.
2478
2478
2479
2479
2480
2480
### Changing Error Bar Type
@@ -2699,7 +2699,7 @@ Outlier symbol, width and height can be customized using outlierSettings through
2699
2699
2700
2700
![ ASPNETMVC Chart Outlier] ( Chart-Types_images/Chart-Types_img92.png )
2701
2701
2702
- [ Click] ( https://mvc .syncfusion.com/demos/web/chart/boxandwhisker ) here to view the Box and Whisker Chart online demo sample.
2702
+ [ Click] ( https://ej2 .syncfusion.com/aspnetmvc/Chart/BoxAndWhisker#/bootstrap5 ) here to view the Box and Whisker Chart online demo sample.
2703
2703
2704
2704
## Pie Of Pie Chart
2705
2705
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.
0 commit comments