Skip to content

Commit ab4bb75

Browse files
Merge pull request #354 from Syncfusion-Content/hotfix/hotfix-v20.4.0.48
DOCINFRA-2341_merged_using_automation
2 parents c5caa87 + 27f45f9 commit ab4bb75

File tree

7 files changed

+32
-32
lines changed

7 files changed

+32
-32
lines changed

aspnet/Chart/Trendlines.md

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
title: Trendlines | Chart | ASP.NET Webforms | Syncfusion
4-
description: What are the different types of trendlines available in chart.
4+
description: Learn here all about trendlines support in Syncfusion Essential ASP.NET WebForms Chart Control, its elements, and more.
55
platform: aspnet
66
control: Chart
77
documentation: ug
88
---
99

10-
# Trendlines
10+
# Trendlines in ASP.NET WebForms Chart
1111

1212
EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except Bar type series. You can add more than one trendline object to the **Trendlines** option.
1313

@@ -26,7 +26,7 @@ EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatte
2626

2727
{% endhighlight %}
2828

29-
![](Trendlines_images/Trendlines_img1.png)
29+
![Trendlines in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img1.png)
3030

3131
[Click](http://asp.syncfusion.com/demos/web/chart/trendlines.aspx) here to view the Trendlines online demo sample.
3232

@@ -50,7 +50,7 @@ A trendline can be customized by using the properties such as *Fill*, *Width*, *
5050

5151
{% endhighlight %}
5252

53-
![](Trendlines_images/Trendlines_img2.png)
53+
![Customize the trendline styles in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img2.png)
5454

5555

5656
## Types of Trendline
@@ -83,7 +83,7 @@ To render Linear Trendline, you have to set the **Type** as *Linear*.
8383

8484
{% endhighlight %}
8585

86-
![](Trendlines_images/Trendlines_img3.png)
86+
![Linear in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img3.png)
8787

8888
### Exponential
8989

@@ -104,7 +104,7 @@ Exponential Trendline can be rendered by setting the *Type* as *Exponential*.
104104

105105
{% endhighlight %}
106106

107-
![](Trendlines_images/Trendlines_img4.png)
107+
![Exponential in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img4.png)
108108

109109
### Logarithmic
110110

@@ -125,7 +125,7 @@ Logarithmic Trendline can be rendered by setting the *Type* as *Logarithmic*.
125125

126126
{% endhighlight %}
127127

128-
![](Trendlines_images/Trendlines_img5.png)
128+
![Logarithmic in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img5.png)
129129

130130

131131
### Power
@@ -148,7 +148,7 @@ Power Trendline can be rendered by setting the *Type* of the trendline as *Power
148148

149149
{% endhighlight %}
150150

151-
![](Trendlines_images/Trendlines_img6.png)
151+
![Power in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img6.png)
152152

153153

154154
### Polynomial
@@ -170,7 +170,7 @@ Polynomial Trendline can be rendered by setting the trendline *Type* as *Polynom
170170

171171
{% endhighlight %}
172172

173-
![](Trendlines_images/Trendlines_img7.png)
173+
![Polynomial in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img7.png)
174174

175175

176176
### MovingAverage
@@ -192,7 +192,7 @@ MovingAverage Trendline can be rendered by setting the *Type* of the trendline a
192192

193193
{% endhighlight %}
194194

195-
![](Trendlines_images/Trendlines_img8.png)
195+
![Moving average in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img8.png)
196196

197197

198198
## Forecasting
@@ -221,7 +221,7 @@ The value set for **ForwardForecast** is used to determine the distance moving t
221221

222222
{% endhighlight %}
223223

224-
![](Trendlines_images/Trendlines_img9.png)
224+
![Forward forecasting in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img9.png)
225225

226226

227227
### Backward Forecasting
@@ -243,7 +243,7 @@ The value set for the **BackwardForecast** is used to determine the past trends.
243243

244244
{% endhighlight %}
245245

246-
![](Trendlines_images/Trendlines_img10.png)
246+
![Barkward forecasting in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img10.png)
247247

248248

249249
## Trendlines Legend
@@ -265,4 +265,4 @@ To display the legend item for trendline, use the **Name** property. You can int
265265

266266
{% endhighlight %}
267267

268-
![](Trendlines_images/Trendlines_img11.png)
268+
![Trendlines legend in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img11.png)

aspnet/ComboBox/DataBinding.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Data binding in ComboBox widget for Syncfusion Essential WebForm
4-
description: Describes about the data binding in ComboBox widget for Syncfusion Essential WebForm
3+
title: Data Binding in ASP.NET WebForms ComboBox Control | Syncfusion
4+
description: Learn here all about data binding support in Syncfusion Essential ASP.NET WebForms ComboBox Control, its elements, and more.
55
platform: aspnet
66
control: ComboBox
77
documentation: ug
88
keywords: ComboBox, combobox, data binding, REStFul Binding, WebAPI, Web Method, OData, OData4
99
---
1010

11-
# Data Binding
11+
# Data Binding in ASP.NET WebForms ComboBox
1212

1313
The ComboBox loads the data either from local data sources or remote data services using the dataSource property. It supports the data type of array or DataManager.
1414

@@ -110,4 +110,4 @@ protected void Page_Load(object sender, EventArgs e)
110110

111111
{% endtabs %}
112112

113-
![](DataBinding_images/DataBinding_image1.png)
113+
![Data Binding in ASP.NET WebForms ComboBox](DataBinding_images/DataBinding_image1.png)

aspnet/DropDownList/Rendering-Mode.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,14 +1,14 @@
11
---
22
layout: post
3-
title: Rendering Mode in DropDownList control for Syncfusion ASP.NET
4-
description: Describes about rendering mode in DropDownList control for Syncfusion ASP.NET.
3+
title: Rendering Mode in ASP.NET WebForms DropDownList Control | Syncfusion
4+
description: Learn here all about rendering mode support in Syncfusion Essential ASP.NET WebForms DropDownList control, its elements, and more.
55
platform: aspnet
66
control: DropDownList
77
documentation: ug
88
keywords: Rendering, DropDownList, dropdown, Rendering Mode
99
---
1010

11-
# Rendering Mode
11+
# Rendering Mode in ASP.NET WebForms DropDownList
1212

1313
DropDownList control can be created using UL-LI element.
1414

@@ -107,6 +107,6 @@ Create a div with UL-LI elements and assign that div id into TargetID property a
107107
N> Images for this sample are available in (installed location)\Syncfusion\Essential Studio\{{ site.releaseversion }}\JavaScript\samples\web\themes\images<br/>
108108

109109

110-
![](RenderingMode_images/RenderingMode_img1.jpeg)
110+
![Rendering Mode in ASP.NET WebForms DropDownList](RenderingMode_images/RenderingMode_img1.jpeg)
111111

112112
N> Any EJ control can be embedded in the target element but the default action of that control should be prevented in order to create custom actions. To show a sample, integration with TreeView control is demonstrated [here](http://mvc.syncfusion.com/demos/web/dropdownlist/integrationwithwidgets)

aspnet/FileExplorer/How-To.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
---
22
title: How To | FileExplorer | ASP.NET Web | Syncfusion
3-
description: How to do” section for FileExplorer
3+
description: Learn here about How to section with Syncfusion Essential ASP.NET WebForms File Explorer Control, its elements, and more.
44
platform: aspnet
55
control: FileExplorer
66
documentation: UG
77
keywords: FileExplorer, Syncfusion, ASP.NET Web FileExplorer, UG document, How To
88
---
9-
# How To
9+
# How To section with ASP.NET WebForms File Explorer
1010

1111
## File handling operations
1212

@@ -574,7 +574,7 @@ If your server is located in Intranet Zone, In IE Browser, confirmation dialog w
574574

575575
To suppress this warning, you need to specify the "*Access data sources across domains*" setting to “allow”.
576576

577-
![](HowTo_images/HowTo_img1.jpeg)
577+
![How to section in ASP.NET WebForms File Explorer](HowTo_images/HowTo_img1.jpeg)
578578

579579
**Option 2: Using JSONP for cross-origin request**
580580

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

10-
# Overview
10+
# Overview in ASP.NET Webforms Tile
1111

1212
The Essential Studio for JavaScript Web Tiles are simple, opaque rectangles or squares and they are arrayed on the start screen in a grid-like pattern. Tapping or selecting a Tile, launches the app or does some other action that is represented by the Tile. Tiles are arranged in a group separated by columns that looks like a start screen of a device and it can be either static or live.
1313

aspnet/Treegrid/Searching.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ The TreeGrid control has an option to search its content using toolbar search bo
2020
{% endhighlight %}
2121

2222
The below screenshot shows TreeGrid search with `plan` key word.
23-
![](Searching_images/Searching_img1.png)
23+
![Searching in ASP.NET Web Forms TreeGrid](Searching_images/Searching_img1.png)
2424

2525
## Search Hierarchy Modes
2626

@@ -48,7 +48,7 @@ The following code example shows how to set the `SearchHierarchyMode` in the tre
4848
{% endhighlight %}
4949

5050
The following image depicts the output of the previous code example.
51-
![](Searching_images/SearchHierarchyModes_img1.png)
51+
![Search Hierarchy Modes in ASP.NET Web Forms TreeGrid](Searching_images/SearchHierarchyModes_img1.png)
5252

5353
The above screenshot shows Tree Grid with `Child` search mode.
5454

aspnet/UploadBox/Drag-and-Drop-Support.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: Drag and Drop Support | UploadBox | ASP.NET | Syncfusion
4-
description: drag and drop support
3+
title: Drag and Drop in ASP.NET Webforms UploadBox Control | Syncfusion
4+
description: Learn here about drag and drop support in Syncfusion Essential ASP.NET Webforms UploadBox Control, its elements, and more.
55
platform: aspnet
66
control: UploadBox
77
documentation: ug
88
---
99

10-
# Drag and Drop Support
10+
# Drag and Drop Support in ASP.NET Webforms UploadBox
1111

1212
The UploadBox control provides the drag and drop support. You can simply drag-and-drop files, directly from the computer to the droppable area. A list of files can be dragged and dropped when you enable the MultipleFilesSelection.
1313

0 commit comments

Comments
 (0)