Skip to content

Commit 2a27659

Browse files
Merge pull request #304 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents 43525cc + 7c076a9 commit 2a27659

File tree

7 files changed

+45
-45
lines changed

7 files changed

+45
-45
lines changed

aspnet-core/Chart/Legend.md

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Chart legend| Chart | ASP.NET CORE | Syncfusion
4-
description: How to cutomize the legend in Essential JavaScript Chart.
4+
description: Learn here about legend suport in Syncfusion Essential JavaScript Chart Control, its elements and more.
55
platform: aspnet-core
66
control: Chart
77
documentation: ug
88
---
99

10-
# Legend
10+
# Legend in JavaScript Chart
1111

1212
The legend contains the list of chart series and trendlines that appear in a chart.
1313

@@ -25,7 +25,7 @@ By default, the legend is enabled in the chart. You can enable or disable this b
2525

2626
{% endhighlight %}
2727

28-
![](Legend_images/Legend_img1.png)
28+
![JavaScript Chart Legend title](Legend_images/Legend_img1.png)
2929

3030
## Legend title
3131

@@ -41,7 +41,7 @@ To add title to the legend, specify the **Legend.Title.Text** option.
4141

4242
{% endhighlight %}
4343

44-
![](Legend_images/Legend_img2.png)
44+
![JavaScript Chart Position and align the legend](Legend_images/Legend_img2.png)
4545

4646

4747
## Position and align the legend
@@ -58,7 +58,7 @@ By using the **Position** option, you can position the legend at left, right, to
5858

5959
{% endhighlight %}
6060

61-
![](Legend_images/Legend_img3.png)
61+
![JavaScript Chart Legend alignment](Legend_images/Legend_img3.png)
6262

6363
**Legend alignment**
6464

@@ -74,7 +74,7 @@ You can align the legend to center, far, or near based on its position by using
7474

7575
{% endhighlight %}
7676

77-
![](Legend_images/Legend_img4.png)
77+
![JavaScript Chart legend items](Legend_images/Legend_img4.png)
7878

7979
## Arrange legend items in the rows and columns
8080

@@ -99,7 +99,7 @@ You can arrange the legend items horizontally and vertically by using the **RowC
9999

100100
{% endhighlight %}
101101

102-
![](Legend_images/Legend_img5.png)
102+
![JavaScript Chart Legend shape](Legend_images/Legend_img5.png)
103103

104104
## Customization
105105

@@ -117,7 +117,7 @@ To change the legend icon shape, specify the shape in the **Shape** property of
117117

118118
{% endhighlight %}
119119

120-
![](Legend_images/Legend_img6.png)
120+
![JavaScript Chart Legend items size and border](Legend_images/Legend_img6.png)
121121

122122
### Legend items size and border
123123

@@ -133,7 +133,7 @@ You can change the size of the legend items by using the **ItemStyle.Width** and
133133

134134
{% endhighlight %}
135135

136-
![](Legend_images/Legend_img7.png)
136+
![JavaScript Chart Legend size](Legend_images/Legend_img7.png)
137137

138138
### Legend size
139139

@@ -149,7 +149,7 @@ By default, legend takes 20% of the **Height** horizontally when it is placed on
149149

150150
{% endhighlight %}
151151

152-
![](Legend_images/Legend_img8.png)
152+
![JavaScript Chart Legend item padding](Legend_images/Legend_img8.png)
153153

154154
### Legend item padding
155155

@@ -165,7 +165,7 @@ You can control the spacing between the legend items by using the **ItemPadding*
165165

166166
{% endhighlight %}
167167

168-
![](Legend_images/Legend_img9.png)
168+
![JavaScript Chart Legend border](Legend_images/Legend_img9.png)
169169

170170
### Legend border
171171

@@ -181,7 +181,7 @@ You can customize the legend border by using the **Border** option in the legend
181181

182182
{% endhighlight %}
183183

184-
![](Legend_images/Legend_img10.png)
184+
![JavaScript Chart Scrollbar for legend](Legend_images/Legend_img10.png)
185185

186186
### Scrollbar for legend
187187

@@ -197,7 +197,7 @@ You can enable or disable the legend scrollbar by using the **EnableScrollbar**
197197

198198
{% endhighlight %}
199199

200-
![](Legend_images/Legend_img11.png)
200+
![JavaScript Chart Customize the legend text](Legend_images/Legend_img11.png)
201201

202202
### Customize the legend text
203203

@@ -217,7 +217,7 @@ To customize the text and title of the legend item, use the **Legend.Font** and
217217

218218
{% endhighlight %}
219219

220-
![](Legend_images/Legend_img12.png)
220+
![JavaScript Chart Legend items text overflow](Legend_images/Legend_img12.png)
221221

222222
### Legend items text overflow
223223

@@ -236,19 +236,19 @@ You can trim the text of the legend item when its width exceeds the **Legend.Tex
236236

237237
{% endhighlight %}
238238

239-
![](Legend_images/Legend_img13.png)
239+
![JavaScript Chart Wrap](Legend_images/Legend_img13.png)
240240

241241
**Wrap**
242242

243243
By specifying **TextOverflow** to **Wrap**, you can wrap the legend text by word.
244244

245-
![](Legend_images/Legend_img14.png)
245+
![JavaScript Chart WrapAndTrim](Legend_images/Legend_img14.png)
246246

247247
**WrapAndTrim**
248248

249249
You can wrap and trim the legend text by specifying **TextOverflow** as **WrapAndTrim**. The original text will be displayed on mouse hover.
250250

251-
![](Legend_images/Legend_img15.png)
251+
![JavaScript Chart Handle the legend item click](Legend_images/Legend_img15.png)
252252

253253

254254
## Handle the legend item click
@@ -286,7 +286,7 @@ You can select a specific series or point while clicking the corresponding legen
286286
287287
{% endhighlight %}
288288

289-
![](Legend_images/Legend_img16.png)
289+
![JavaScript Chart Collapsing legend item](Legend_images/Legend_img16.png)
290290

291291

292292
## Collapsing legend item
@@ -312,4 +312,4 @@ You can collapse the legend item of the specific series/point, which is displaye
312312
313313
{% endhighlight %}
314314

315-
![](Legend_images/Legend_img17.png)
315+
![JavaScript Chart legend](Legend_images/Legend_img17.png)

aspnet-core/DataManager/Overview.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: Overview | DataManager | ASP.NET Core | Syncfusion
4-
description: overview
4+
description: Learn here about overview of Syncfusion Essential ASP.NET Core DataManager Control, its elements, and more.
55
platform: aspnet-core
66
control: DataManager
77
documentation: ug
88
---
99

10-
# DataManager
10+
# Overview of ASP.NET Core DataManager
1111

1212
DataManager helps in managing relational data in the ASP.NET Core. Its rich features make querying data sources easier. The ODataClient supports OData queries that are enabled in the Web API & WCF data services.
1313

aspnet-core/Grid/Filtering.md

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: Filtering with grid widget for Syncfusion Essential ASP.NET Core
4-
description: How to enable filtering and its functionalities
4+
description: Learn here about filtering support in Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
55
platform: aspnet-core
66
control: grid
77
documentation: ug
88
---
9-
# Filtering
9+
# Filtering in ASP.NET Core Grid
1010

1111
Filtering helps to view particular or related records from dataSource which meets a given filtering criteria. To enable filter, set `allow-filtering` property as `true`.
1212

@@ -63,7 +63,7 @@ The following code example describes the previous behavior.
6363

6464
The following output is displayed as a result of the previous code example.
6565

66-
![](filtering_images/filtering_img1.png)
66+
![ASP.NET Core Grid Menu filter](filtering_images/filtering_img1.png)
6767

6868

6969
## Menu filter
@@ -110,19 +110,19 @@ The following code example describes the previous behavior.
110110

111111
The following output is displayed as a result of the previous code example.
112112

113-
![](filtering_images/filtering_img2.png)
113+
![ASP.NET Core Grid Numeric filter](filtering_images/filtering_img2.png)
114114

115115
Numeric filter
116116

117-
![](filtering_images/filtering_img3.png)
117+
![ASP.NET Core Grid String filter](filtering_images/filtering_img3.png)
118118

119119
String filter
120120

121-
![](filtering_images/filtering_img4.png)
121+
![ASP.NET Core Grid Date filter](filtering_images/filtering_img4.png)
122122

123123
Date filter
124124

125-
![](filtering_images/filtering_img5.png)
125+
![ASP.NET Core Grid Boolean filter](filtering_images/filtering_img5.png)
126126

127127
Boolean filter
128128

@@ -167,7 +167,7 @@ The following code example describes the previous behavior.
167167

168168
The following output is displayed as a result of the previous code example.
169169

170-
![](filtering_images/filtering_img6.png)
170+
![ASP.NET Core Grid Filtering between values](filtering_images/filtering_img6.png)
171171

172172
### Filtering between values
173173

@@ -222,7 +222,7 @@ The following code example describes the previous behavior.
222222

223223
The following output is displayed as a result of the previous code example.
224224

225-
![](filtering_images/filtering_img7.png)
225+
![ASP.NET Core Grid selection](filtering_images/filtering_img7.png)
226226

227227

228228
### Add current selection to filter checkbox:
@@ -231,7 +231,7 @@ When filtering is done multiple times on the same column then the previously fil
231231

232232
The following image describes the previous mentioned behavior.
233233

234-
![](filtering_images/filtering_img12.png)
234+
![ASP.NET Core Grid Case sensitivity](filtering_images/filtering_img12.png)
235235

236236

237237
### Case sensitivity
@@ -274,7 +274,7 @@ The following code example describes the previous behavior.
274274

275275
The following output is displayed as a result of the previous code example.
276276

277-
![](filtering_images/filtering_img8.png)
277+
![ASP.NET Core Grid Filter bar](filtering_images/filtering_img8.png)
278278

279279

280280
## Filter bar
@@ -455,7 +455,7 @@ The following code example describes the previous behavior.
455455

456456
The following output is displayed as a result of the previous code example.
457457

458-
![](filtering_images/filtering_img9.png)
458+
![ASP.NET Core Grid Filter bar modes](filtering_images/filtering_img9.png)
459459

460460

461461
Filter bar modes:
@@ -506,7 +506,7 @@ The following code example describes the previous behavior.
506506

507507
The following output is displayed as a result of the previous code example.
508508

509-
![](filtering_images/filtering_img10.png)
509+
![ASP.NET Core Grid FilterBar operators](filtering_images/filtering_img10.png)
510510

511511

512512
## Filter operators
@@ -727,6 +727,6 @@ The following code example describes the previous behavior.
727727
The following output is displayed as a result of the previous code example.
728728

729729

730-
![](filtering_images/filtering_img11.png)
730+
![ASP.NET Core Grid after filtering](filtering_images/filtering_img11.png)
731731
{:caption}
732732
After Filtering

aspnet-core/Grid/Overview.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
layout: post
33
title: grid widget for Syncfusion Essential ASP.NET Core
4-
description: Overview for grid
4+
description: Learn here about overview of Syncfusion Essential ASP.NET Core Grid Control, its elements, and more.
55
platform: aspnet-core
66
control: grid
77
documentation: ug
88
---
9-
# OverView
9+
# OverView of ASP.NET Core Grid
1010

1111
The grid control for ASP.NET Core is an efficient display engine for tabular data. It will pull from a datasource, such as List of collections, OData web services, or DataManager and binding data fields to columns and displaying a column header to identify the field. It is a feature-rich control that provides extensive appearance customization options with support for grouped records. This grid is very useful for generating complex grid-based reports with rich formatting. Almost all the features in JS grid are applicable to grid in ASP.NET Core too.
1212

aspnet-core/ReportViewer/Limitations.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: Limitations | ReportViewer | ASP.NET Core | Syncfusion
4-
description: limitations
4+
description: Learn here about Limitations in Syncfusion Essential ASP.NET Core ReportViewer Control, its elements, and more.
55
platform: aspnet-core
66
control: ReportViewer
77
documentation: ug
88
---
99

10-
# Limitations
10+
# Limitations in ASP.NET Core ReportViewer
1111

1212
## RDL Specification support
1313

aspnet-core/ReportViewer/Report-Controller.md

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

10-
# Report Controller
10+
# Report Controller in ASP.NET Core ReportViewer
1111

1212
The ReportViewer uses Web API services to process the report file, process the request from control and to return the processed data to control. The Syncfusion.EJ.ReportViewer assembly has helper APIs to define the service actions and process the service requests.
1313

aspnet-core/ReportViewer/SSRS-Configuration.md

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

10-
# SSRS Configuration
10+
# SSRS Configuration in ASP.NET Core ReportViewer
1111

1212
The ReportViewer has support to load RDL reports from SSRS server. You have to set your SSRS server URL to ReportViewer’s ReportServiceUrl property and set the relative path of RDL file in SSRS to ReportViewer’s ReportPath property.
1313

0 commit comments

Comments
 (0)