Skip to content

DOCINFRA-2341_merged_using_automation #427

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 6 commits into from
Mar 13, 2024
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
2 changes: 1 addition & 1 deletion aspnetmvc/Chart/Data-Markers.md
Original file line number Diff line number Diff line change
Expand Up @@ -573,4 +573,4 @@ The following code example shows how to enable smart labels,
![](Data-Markers_images/Data-Markers_img12.png)


[Click](https://mvc.syncfusion.com/demos/web/chart/pie) here to view the SmartLabel online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Pie#/bootstrap5) here to view the SmartLabel online demo sample.
8 changes: 4 additions & 4 deletions aspnetmvc/Chart/Working-with-Data.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ var chartData = [

![](Working-with-Data_images/Working-with-Data_img1.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/localdata) here to view the local data binding online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/LocalData#/bootstrap5) here to view the local data binding online demo sample.


2.You can also plot data to chart using **Points** option in the series. Using this property you can customize each and every point in the data.
Expand Down Expand Up @@ -111,7 +111,7 @@ You can bind the remote data to the chart by using the **DataSource** and you ca

![](Working-with-Data_images/Working-with-Data_img3.png)

[Click](https://mvc.syncfusion.com/demos/web/chart/remotedata) here to view the remote data binding online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/RemoteData#/bootstrap5) here to view the remote data binding online demo sample.


## AngularJS Data Binding
Expand All @@ -121,7 +121,7 @@ Typically, you will assign data directly to chart using **dataSource** property

I> Essential JS includes AngularJS directives for all controls in the **ej.widget.angular.min.js** script file.

N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](http://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart.
N> All the properties in EjChart supports one way AngularJS binding except inner array properties like **series.points[]**, **series.trendlines[]**. [Click](https://help.syncfusion.com/js/angularjs) here to know more about Essential AngularJS and the properties which support two way AngularJS binding in chart.

{% highlight html %}

Expand Down Expand Up @@ -177,4 +177,4 @@ N> All the properties in EjChart supports one way AngularJS binding except inner

![](/js/Chart/Working-with-Data_images/Working-with-Data_img4.png)

[Click](http://ngjq.syncfusion.com/#/chart/line) here to view the AngularJS data binding online demo sample.
[Click](https://ej2.syncfusion.com/aspnetmvc/Chart/Line#/bootstrap5) here to view the AngularJS data binding online demo sample.
6 changes: 3 additions & 3 deletions aspnetmvc/DateTimePicker/Overview.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: DateTimePicker| DateTimePicker | ASP.NET MVC | Syncfusion
description: overview
title: Overview of ASP.NET MVC DateTimePicker | Syncfusion
description: Learn here all about overview of Syncfusion Essential ASP.NET MVC DateTimePicker control, its elements, and more.
platform: ejmvc
control: DateTimePicker
documentation: ug
---

# DateTimePicker
# Overview of ASP.NET MVC DateTimePicker

The Essential ASP.NET MVC DateTimePicker control is used to input the date and time with a specific format. The DateTimePicker control combines the DatePicker and TimePicker controls so that users can select the date and time with their desired format.

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/ProgressBar/Getting-Started.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Getting Started | Progress Bar | ASP.NET MVC | Syncfusion
description: getting started
title: Getting Started with ASP.NET MVC Progress Bar | Syncfusion
description: Learn here all about getting started with Syncfusion Essential ASP.NET MVC Progress Bar control, its elements, and more.
platform: ejmvc
control: Progress Bar
documentation: ug
---

# Getting Started
# Getting Started with ASP.NET MVC Progress Bar

This section briefly describes how to create a Progress Bar control using ASP.NET MVC and learn its features.

Expand Down