Skip to content

Commit 12c740a

Browse files
Merge pull request #435 from Syncfusion-Content/hotfix/hotfix-v25.1.35
DOCINFRA-2341_merged_using_automation
2 parents acc8964 + 461cbef commit 12c740a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

aspnetmvc/Chart/Exporting.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
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..
55
platform: ejmvc
66
control: Chart
77
documentation: ug
88
---
99

10-
# Exporting Chart
10+
# Exporting in ASP.NET MVC Chart Component
1111

1212
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.
1313

@@ -195,7 +195,7 @@ public void ExportChart(string Data, string ChartModel)
195195

196196
Excel exporting is a server-side operation. In addition have to refer Syncfusion.XlsIO assembly to export as excel.
197197

198-
![](Exporting_images/Exporting_img1.png)
198+
![Excel exporting in ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-exporting.png)
199199

200200

201201
## Multiple Chart Excel Exporting
@@ -265,7 +265,7 @@ Export multiple chart to excel at server-side
265265

266266

267267

268-
![](Exporting_images/Exporting_img2.png)
268+
![ASP.NET MVC Chart exporting.](Exporting_images/aspnetmvc-chart-multiple-exporting.png)
269269

270270
## Naming the exported file
271271

@@ -282,7 +282,7 @@ We can also rotate the chart and can export it. Possible angles of rotation are
282282

283283
{% endhighlight %}
284284

285-
![](Exporting_images/Exporting_img3.png)
285+
![Rotating the ASP.NET MVC Chart.](Exporting_images/aspnetmvc-chart-rotation.png)
286286

287287
## Setting orientation for the document
288288

aspnetmvc/DateTimePicker/Time-Interval.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
---
22
layout: post
33
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.
55
platform: ejmvc
66
control: DateTimePicker
77
documentation: ug
88
---
99

10-
# Time Interval
10+
# Time Interval in ASP.NET MVC DateTimePicker
1111

1212
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”.
1313

@@ -25,7 +25,7 @@ You can set time interval between two adjacent time values in the time popup man
2525

2626
2. The following screenshot displays the output for the above code.
2727

28-
![](Time-Interval_images/Time-Interval_img1.png)
28+
![Time interval in ASP.NET MVC DateTimePicker.](Time-Interval_images/aspnetmvc-datetimepicker-time-interval.png)
2929

3030
Showcase for DateTimePicker with I hour interval in time picker popup
3131
{:.caption}

0 commit comments

Comments
 (0)