Skip to content

DOCINFRA-2341_merged_using_automation #434

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 3 commits into from
Apr 23, 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
10 changes: 5 additions & 5 deletions aspnetmvc/Chart/Exporting.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Exporting |Chart | ASP.NET MVC | Syncfusion
description: Learn how to export Chart as excel file or image.
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..
platform: ejmvc
control: Chart
documentation: ug
---

# Exporting Chart
# Exporting in ASP.NET MVC Chart Component

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.

Expand Down Expand Up @@ -195,7 +195,7 @@ public void ExportChart(string Data, string ChartModel)

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

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


## Multiple Chart Excel Exporting
Expand Down Expand Up @@ -265,7 +265,7 @@ Export multiple chart to excel at server-side



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

## Naming the exported file

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

{% endhighlight %}

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

## Setting orientation for the document

Expand Down
6 changes: 3 additions & 3 deletions aspnetmvc/DateTimePicker/Time-Interval.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
---
layout: post
title: Time Interval | DateTimePicker | ASP.NET MVC | Syncfusion
description: time interval
description: Learn hera about time interval with Syncfusion Essential ASP.NET MVC DateTimePicker Control, its elements and more.
platform: ejmvc
control: DateTimePicker
documentation: ug
---

# Time Interval
# Time Interval in ASP.NET MVC DateTimePicker

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

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

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

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

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