Skip to content

Commit 13f732b

Browse files
Merge pull request #327 from Syncfusion-Content/hotfix/hotfix-v21.1.35
DOCINFRA-2341_merged_using_automation
2 parents f21e2b1 + 1765915 commit 13f732b

File tree

5 files changed

+37
-37
lines changed

5 files changed

+37
-37
lines changed

aspnet-core/Chart/3D-Chart.md

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: 3D Chart | Chart | ASP.NET CORE | Syncfusion
4-
description: 3d chart
4+
description: Learn here more about 3d chart support in Syncfusion Essential ASP.NET Core Charts Control, its elements, and more.
55
platform: aspnet-core
66
control: Chart
77
documentation: ug
88
---
99

10-
# 3D Chart
10+
# 3D Chart in ASP.NET Core Charts
1111

1212
Essential 3D chart for ASP.NET Core allows you to view 8 chart types in 3D view such as bar, stacking bar, stacking bar 100, column, stacked column, 100% stacked column, pie, and doughnut.
1313

@@ -29,7 +29,7 @@ For rendering a 3D column chart, specify the series type to **Column** in the ch
2929

3030
{% endhighlight %}
3131

32-
![](3D-Chart_images/3D-Chart_img1.png)
32+
![3D column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img1.png)
3333

3434

3535
## 3D bar chart
@@ -50,7 +50,7 @@ You can create a 3D bar chart by setting the series type to **Bar** in the chart
5050

5151
{% endhighlight %}
5252

53-
![](3D-Chart_images/3D-Chart_img2.png)
53+
![3D bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img2.png)
5454

5555

5656
## 3D stacked column chart
@@ -76,7 +76,7 @@ You can create a 3D stacked column chart by setting the series type to **Stackin
7676

7777
{% endhighlight %}
7878

79-
![](3D-Chart_images/3D-Chart_img3.png)
79+
![3D stacked column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img3.png)
8080

8181
## 3D 100% stacked column chart
8282

@@ -101,7 +101,7 @@ You can create a 3D stacked column chart by setting the series type to **Stackin
101101

102102
{% endhighlight %}
103103

104-
![](3D-Chart_images/3D-Chart_img4.png)
104+
![3D 100% stacked column chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img4.png)
105105

106106

107107
## 3D stacked bar chart
@@ -127,7 +127,7 @@ To create stacking bar 3D chart, set the series type to **StackingBar** in the c
127127

128128
{% endhighlight %}
129129

130-
![](3D-Chart_images/3D-Chart_img5.png)
130+
![3D stacked bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img5.png)
131131

132132

133133
## 3D 100% stacked bar chart
@@ -153,7 +153,7 @@ You can create 100% stacking bar 3D chart by setting the series type to **Stacki
153153

154154
{% endhighlight %}
155155

156-
![](3D-Chart_images/3D-Chart_img6.png)
156+
![3D 100% stacked bar chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img6.png)
157157

158158

159159
## 3D pie chart
@@ -174,7 +174,7 @@ To render the pie chart in 3D view, enable the **Enbel3D** option in the chart,
174174

175175
{% endhighlight %}
176176

177-
![](3D-Chart_images/3D-Chart_img7.png)
177+
![3D pie chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img7.png)
178178

179179

180180
## 3D doughnut chart
@@ -195,7 +195,7 @@ To render the doughnut chart in 3D view, enable the **Enbel3D** option in the ch
195195

196196
{% endhighlight %}
197197

198-
![](3D-Chart_images/3D-Chart_img8.png)
198+
![3D doughnut chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img8.png)
199199

200200

201201
## Configure 3D chart
@@ -215,7 +215,7 @@ To render the chart in 3D view, set the **Enable3D** option to true in the chart
215215
{% endhighlight %}
216216

217217

218-
![](3D-Chart_images/3D-Chart_img9.png)
218+
![3D view in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img9.png)
219219

220220

221221
### Placing bar/column kind of series side-by-side
@@ -233,7 +233,7 @@ The **SideBySideSeriesPlacement** property defines the appearance of the differe
233233
{% endhighlight %}
234234

235235

236-
![](3D-Chart_images/3D-Chart_img10.png)
236+
![Placing bar/column kind of series side-by-side in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img10.png)
237237

238238

239239
### Setting axis wall size
@@ -251,7 +251,7 @@ In 3D chart, Cartesian axes lines are represented as walls, and they define the
251251
{% endhighlight %}
252252

253253

254-
![](3D-Chart_images/3D-Chart_img11.png)
254+
![Setting axis wall size in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img11.png)
255255

256256

257257
### 3D depth
@@ -269,7 +269,7 @@ By using the **Depth** property, you can view the 3D chart from the front view o
269269
{% endhighlight %}
270270

271271

272-
![](3D-Chart_images/3D-Chart_img12.png)
272+
![3D depth in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img12.png)
273273

274274

275275
### Rotating and tilting 3D chart
@@ -287,7 +287,7 @@ To spin the 3D chart by dragging the mouse, enable **EnableRotation** option in
287287
{% endhighlight %}
288288

289289

290-
![](3D-Chart_images/3D-Chart_img13.png)
290+
![Rotating and tilting 3D chart in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img13.png)
291291

292292

293293
### PerspectiveAngle
@@ -304,4 +304,4 @@ The **PerspectiveAngle** specifies the appearance of the height, width, depth, a
304304

305305
{% endhighlight %}
306306

307-
![](3D-Chart_images/3D-Chart_img14.png)
307+
![PerspectiveAngle in ASP.NET Core Chart](3D-Chart_images/3D-Chart_img14.png)

aspnet-core/CircularGauge/Ticks.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Ticks | CircularGauge | Syncfusion
4-
description: ticks
3+
title: Ticks in ASP.NET Core CircularGauge Control | Syncfusion
4+
description: Learn here more about ticks support in Syncfusion Essential ASP.NET Core Circular Gauge Control, its elements, and more.
55
platform: aspnet-core
66
control: CircularGauge
77
documentation: ug
88
---
99

10-
# Ticks
10+
# Ticks in ASP.NET Core Circular Gauge
1111

1212
Ticks are used to mark some values on the scale. Based on the tick’s value you can set the labels on the required position.
1313

@@ -31,7 +31,7 @@ Tick collection is directly added to the scale object. Refer the following code
3131
{% endhighlight %}
3232
Execute the above code to render the following output.
3333

34-
![](Ticks_images/Ticks_img1.png)
34+
![Adding Tick Collection in ASP.NET Core Circular Gauge](Ticks_images/Ticks_img1.png)
3535

3636
Circular Gauge with tick collection
3737
{:.caption}
@@ -62,7 +62,7 @@ placement="@TickPlacement.Near" distance-from-scale="5"></e-ticks>
6262

6363
Execute the above code to render the following output.
6464

65-
![](Ticks_images/Ticks_img2.png)
65+
![Tick Customization in ASP.NET Core Circular Gauge](Ticks_images/Ticks_img2.png)
6666

6767
Circular Gauge with tick customization
6868
{:.caption}

aspnet-core/Diagram/Undo-and-Redo.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Undo and Redo | Diagram | ASP.NET CORE | Syncfusion
4-
description: undo and redo
4+
description: Learn here more about undo and redo support in Syncfusion Essential ASP.NET Core Diagram Control, its elements, and more.
55
platform: aspnet-core
66
control: Diagram
77
documentation: ug
88
---
99

10-
# History Manager
10+
# Undo and Redo in ASP.NET Core Diagram
1111

1212
Diagram tracks the history of actions that are performed after loading the time and provides support to reverse and restore those changes.
1313

aspnet-core/TreeGrid/Data-Binding.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Data Binding | TreeGrid | ASP.NET Core | Syncfusion
4-
description: data binding
4+
description: Learn here more about data binding support in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Data Binding
10+
# Data Binding in ASP.NET Core TreeGrid
1111

1212
Data Binding is the process that establishes a connection between the application and different kinds of data sources such as business objects.
1313

@@ -290,7 +290,7 @@ The following code example shows you how to bind the Hierarchical local data int
290290

291291
The output of the above steps is as follows:
292292

293-
![](Data-Binding_images/Data-Binding_img1.png)
293+
![Hierarchy Datasource Binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img1.png)
294294

295295

296296

@@ -484,7 +484,7 @@ TreeGrid is rendered from Self-Referential data structures by providing two fiel
484484

485485
The following screenshot shows the output of the above steps,
486486

487-
![](Data-Binding_images/Data-Binding_img2.png)
487+
![Self-Referential Data Binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img2.png)
488488

489489
## Remote data binding
490490

@@ -530,8 +530,8 @@ The following code explains how to use Load on Demand in TreeGrid Control,
530530

531531
The output for load on demand support in TreeGrid:
532532

533-
![](Data-Binding_images/Data-Binding_img3.png)
534-
![](Data-Binding_images/Data-Binding_img4.png)
533+
![Remote data binding in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img3.png)
534+
![Load on demand in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img4.png)
535535

536536
The following code snippet shows on how to enable load on demand support using [`EnableLoadOnDemand`](https://help.syncfusion.com/api/js/ejtreegrid#members:enableLoadOnDemand "enableLoadOnDemand") property.
537537

@@ -547,7 +547,7 @@ The following code snippet shows on how to enable load on demand support using
547547

548548
The following output shows how load on demand works for expanding action
549549

550-
![](Data-Binding_images/Data-Binding_img5.png)
550+
![Load on demand works for expanding action in ASP.NET Core TreeGrid](Data-Binding_images/Data-Binding_img5.png)
551551

552552
### Load at once:
553553

aspnet-core/TreeGrid/Summary-Row.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
3-
title: Summary-Row
4-
description: summary row
3+
title: Summary Row in ASP.NET Core TreeGrid Control | Syncfusion
4+
description: Learn here more about summary row support in Syncfusion Essential ASP.NET Core TreeGrid Control, its elements, and more.
55
platform: aspnet-core
66
control: TreeGrid
77
documentation: ug
88
---
99

10-
# Summary Row
10+
# Summary Row in ASP.NET Core TreeGrid
1111

1212
Summary rows in TreeGrid is used to summarize every hierarchy with the set of predefined summary types using the column values.
1313

@@ -45,7 +45,7 @@ The below code snippet explains defining a summary row in TreeGrid,
4545
</ej-tree-grid>
4646
{% endhighlight %}
4747
The below screenshot shows the output of above code example.
48-
![](SummaryRows_images/SummaryRows_img1.png)
48+
![Defining summary columns in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img1.png)
4949

5050
## Customize height of total summary
5151

@@ -57,7 +57,7 @@ The below code example shows how to update the footer summary container height.
5757
</ej-tree-grid>
5858
{% endhighlight %}
5959
The below screenshot shows the output of above code example.
60-
![](SummaryRows_images/SummaryRows_img2.png)
60+
![Customize height of total summary in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img2.png)
6161

6262
## Expand/collapse total summary row
6363

@@ -75,7 +75,7 @@ Please find the below code example to enable collapsible total summary row in Tr
7575
//..
7676
</ej-tree-grid>
7777
{% endhighlight %}
78-
![](SummaryRows_images/SummaryRows_img3.png)
78+
![Using Expander Icon in ASP.NET Core TreeGrid](SummaryRows_images/SummaryRows_img3.png)
7979

8080
N> We can also customize the expander icon column in total summary row by using `_summaryColumnIndex` property and `load` event.
8181

@@ -125,4 +125,4 @@ Custom summary can be used to create summary values based on your required custo
125125

126126
The output of the tree grid with custom summary value is as follows.
127127

128-
![](SummaryRows_images/CustomSummary_img1.png)
128+
![Custom Summary in ASP.NET Core TreeGrid](SummaryRows_images/CustomSummary_img1.png)

0 commit comments

Comments
 (0)