You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: aspnetmvc/Chart/Exporting.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Exporting |Chart | ASP.NET MVC | Syncfusion
4
-
description: Learn how to export Chart as excel file or image.
4
+
description: Learn here about how to export chart as excel file or image with Syncfusion Essential ASP.NET MVC Chart control, it's elements and more..
5
5
platform: ejmvc
6
6
control: Chart
7
7
documentation: ug
8
8
---
9
9
10
-
# Exporting Chart
10
+
# Exporting in ASP.NET MVC Chart Component
11
11
12
12
Exporting a chart can be done in both client-side and in server-side. This can be modified by setting values to the property “mode” in exporting. Default value for mode is client.
Copy file name to clipboardExpand all lines: aspnetmvc/DateTimePicker/Time-Interval.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
3
title: Time Interval | DateTimePicker | ASP.NET MVC | Syncfusion
4
-
description: time interval
4
+
description: Learn hera about time interval with Syncfusion Essential ASP.NET MVC DateTimePicker Control, its elements and more.
5
5
platform: ejmvc
6
6
control: DateTimePicker
7
7
documentation: ug
8
8
---
9
9
10
-
# Time Interval
10
+
# Time Interval in ASP.NET MVC DateTimePicker
11
11
12
12
You can set time interval between two adjacent time values in the time popup manually using the “Interval” property. By default the value of the “Interval” property is 30 minutes. Setting this value as 60 is considered as 1 hour. Sometimes you need to update for every hour work log reports. In that case to select time from time popup window with 1 hour interval to update the every 1 hour report you can use Interval option by setting time interval value as “60 minutes”.
0 commit comments