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: ReactJS/Chart/Printing.md
+5-5Lines changed: 5 additions & 5 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Print in Essential JavaScript Chart
4
-
description: Learn how to print the chart.
3
+
title: Printing in ReactJS Chart Control | Syncfusion
4
+
description: Learn here about printing support in Syncfusion Essential ReactJS Chart Control, its elements, features, and more.
5
5
platform: js
6
6
control: Chart
7
7
documentation: ug
8
8
api : /api/js/ejchart
9
9
---
10
10
11
-
# Printing Chart
11
+
# Printing in ReactJS Chart
12
12
The rendered chart can be printed directly from the browser by calling the public method [`print`](../api/ejchart#methods:print). ID of the chart div element must be passed as argument to that method.
13
13
14
14
{% highlight html %}
@@ -40,7 +40,7 @@ ReactDOM.render(
40
40
41
41
This print method can be called by performing any action on the web page. For example, by clicking a button. While calling the print method in chart, print preview will be displayed in the browser.
Copy file name to clipboardExpand all lines: ReactJS/Chart/Trendlines.md
+14-14Lines changed: 14 additions & 14 deletions
Original file line number
Diff line number
Diff line change
@@ -1,14 +1,14 @@
1
1
---
2
2
layout: post
3
-
title: Trendlines in Essential JavaScript Chart
4
-
description: What are the different types of trendlines available in chart.
3
+
title: Trendlines in ReactJS Chart Control | Syncfusion
4
+
description: Learn here about Trendlines support in Syncfusion Essential ReactJS Chart Control, its elements, and more.
5
5
platform: js
6
6
control: Chart
7
7
documentation: ug
8
8
api : /api/js/ejchart
9
9
---
10
10
11
-
# Trendlines
11
+
# Trendlines in ReactJS Chart
12
12
13
13
EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatter, Area, Candle, HiLo etc.)* except bar type series. You can add more than one trendline object to the [`trendlines`](../api/ejchart#members:series-trendlines) option.
14
14
@@ -35,7 +35,7 @@ EjChart can generate Trendlines for Cartesian type series *(Line, Column, Scatte
Copy file name to clipboardExpand all lines: ReactJS/Ribbon/Application-Tab.md
+7-7Lines changed: 7 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -1,13 +1,13 @@
1
1
---
2
2
layout: post
3
-
title: Ribbon-Application-Tab
4
-
description: application tab
3
+
title: ApplicationTab in ReactJS Ribbon Control | Syncfusion
4
+
description: Learn here about application tab in Syncfusion Essential ReactJS Ribbon Control, its element, and more.
5
5
documentation: ug
6
-
platform: React JS
6
+
platform: ReactJS
7
7
keywords: application tab,ribbon application tab
8
8
---
9
9
10
-
# Application Tab
10
+
# Application Tab in ReactJS Ribbon
11
11
12
12
The Application Tab is used to represent a `Menu` that do some operations, such as File menu to create, open, and print documents. Application Tab classified by `type` property with the following:
13
13
@@ -59,7 +59,7 @@ Set the UL element `id` to `menuItemID` property to create Application Menu and
N> Height & width of backstage can be set using `height` and `width`, if these are not set, Ribbon’s height & width will be considered.
176
176
177
-
You can add/remove/update backStage item to the ribbon control by using [`addBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:addbackstageitem), [`removeBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:removebackstageitem) and [`updateBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:updatebackstageitem) methods. Also you can show/hide the backstage page in ribbon control by using [`showBackstage`](https://help.syncfusion.com/api/js/ejribbon#methods:showbackstage) and [`hideBackstage`](https://help.syncfusion.com/api/js/ejribbon#methods:hidebackstage methods.
177
+
You can add/remove/update backStage item to the ribbon control by using [`addBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:addbackstageitem), [`removeBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:removebackstageitem) and [`updateBackStageItem`](https://help.syncfusion.com/api/js/ejribbon#methods:updatebackstageitem) methods. Also you can show/hide the backstage page in ribbon control by using [`showBackstage`](https://help.syncfusion.com/api/js/ejribbon#methods:showbackstage) and [`hideBackstage`](https://help.syncfusion.com/api/js/ejribbon#methods:hidebackstage) methods.
0 commit comments