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
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
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.
13
13
@@ -195,7 +195,7 @@ public void ExportChart(string Data, string ChartModel)
195
195
196
196
Excel exporting is a server-side operation. In addition have to refer Syncfusion.XlsIO assembly to export as excel.
197
197
198
-

198
+

199
199
200
200
201
201
## Multiple Chart Excel Exporting
@@ -265,7 +265,7 @@ Export multiple chart to excel at server-side
Copy file name to clipboardExpand all lines: aspnetmvc/DateTimePicker/Time-Interval.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
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".
13
13
@@ -25,7 +25,7 @@ You can set time interval between two adjacent time values in the time popup man
25
25
26
26
2. The following screenshot displays the output for the above code.
27
27
28
-

28
+

29
29
30
30
Showcase for DateTimePicker with I hour interval in time picker popup
0 commit comments