Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 13 additions & 13 deletions aspnet/Chart/Trendlines.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Trendlines | Chart | ASP.NET Webforms | Syncfusion
description: What are the different types of trendlines available in chart.
description: Learn here all about trendlines support in Syncfusion Essential ASP.NET WebForms Chart Control, its elements, and more.
platform: aspnet
control: Chart
documentation: ug
---

# Trendlines
# Trendlines in ASP.NET WebForms Chart

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.

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

{% endhighlight %}

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

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

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

{% endhighlight %}

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


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

{% endhighlight %}

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

### Exponential

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

{% endhighlight %}

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

### Logarithmic

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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

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


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

{% endhighlight %}

![](Trendlines_images/Trendlines_img11.png)
![Trendlines legend in ASP.NET WebForms Chart](Trendlines_images/Trendlines_img11.png)
8 changes: 4 additions & 4 deletions aspnet/ComboBox/DataBinding.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Data binding in ComboBox widget for Syncfusion Essential WebForm
description: Describes about the data binding in ComboBox widget for Syncfusion Essential WebForm
title: Data Binding in ASP.NET WebForms ComboBox Control | Syncfusion
description: Learn here all about data binding support in Syncfusion Essential ASP.NET WebForms ComboBox Control, its elements, and more.
platform: aspnet
control: ComboBox
documentation: ug
keywords: ComboBox, combobox, data binding, REStFul Binding, WebAPI, Web Method, OData, OData4
---

# Data Binding
# Data Binding in ASP.NET WebForms ComboBox

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.

Expand Down Expand Up @@ -110,4 +110,4 @@ protected void Page_Load(object sender, EventArgs e)

{% endtabs %}

![](DataBinding_images/DataBinding_image1.png)
![Data Binding in ASP.NET WebForms ComboBox](DataBinding_images/DataBinding_image1.png)
8 changes: 4 additions & 4 deletions aspnet/DropDownList/Rendering-Mode.md
Original file line number Diff line number Diff line change
@@ -1,14 +1,14 @@
---
layout: post
title: Rendering Mode in DropDownList control for Syncfusion ASP.NET
description: Describes about rendering mode in DropDownList control for Syncfusion ASP.NET.
title: Rendering Mode in ASP.NET WebForms DropDownList Control | Syncfusion
description: Learn here all about rendering mode support in Syncfusion Essential ASP.NET WebForms DropDownList control, its elements, and more.
platform: aspnet
control: DropDownList
documentation: ug
keywords: Rendering, DropDownList, dropdown, Rendering Mode
---

# Rendering Mode
# Rendering Mode in ASP.NET WebForms DropDownList

DropDownList control can be created using UL-LI element.

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


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

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)
6 changes: 3 additions & 3 deletions aspnet/FileExplorer/How-To.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
---
title: How To | FileExplorer | ASP.NET Web | Syncfusion
description: How to do” section for FileExplorer
description: Learn here about How to section with Syncfusion Essential ASP.NET WebForms File Explorer Control, its elements, and more.
platform: aspnet
control: FileExplorer
documentation: UG
keywords: FileExplorer, Syncfusion, ASP.NET Web FileExplorer, UG document, How To
---
# How To
# How To section with ASP.NET WebForms File Explorer

## File handling operations

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

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

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

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

Expand Down
6 changes: 3 additions & 3 deletions aspnet/Tile/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Overview | Tile | ASP.NET | Syncfusion
description: overview
title: Overview in ASP.NET Webforms Tile Control | Syncfusion
description: Learn here about overview in Syncfusion Essential ASP.NET Webforms Tile Control, its elements, and more.
platform: aspnet
control: Tile
documentation: ug
---

# Overview
# Overview in ASP.NET Webforms Tile

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.

4 changes: 2 additions & 2 deletions aspnet/Treegrid/Searching.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ The TreeGrid control has an option to search its content using toolbar search bo
{% endhighlight %}

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

## Search Hierarchy Modes

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

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

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

6 changes: 3 additions & 3 deletions aspnet/UploadBox/Drag-and-Drop-Support.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Drag and Drop Support | UploadBox | ASP.NET | Syncfusion
description: drag and drop support
title: Drag and Drop in ASP.NET Webforms UploadBox Control | Syncfusion
description: Learn here about drag and drop support in Syncfusion Essential ASP.NET Webforms UploadBox Control, its elements, and more.
platform: aspnet
control: UploadBox
documentation: ug
---

# Drag and Drop Support
# Drag and Drop Support in ASP.NET Webforms UploadBox

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.

Expand Down