Guides/ReportDesign/7.0-Chart-tab.md
... ...
@@ -10,7 +10,7 @@ The Charts Tab lets you create different variations of charts, including:
10 10
11 11
* [[Trend|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.2-Trend-Selection]]
12 12
* [[Pie|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.3-Pie-Selection]]
13
-* Plot
13
+* [[Plot|http://wiki.izenda.us/Guides/ReportDesign/7.0-Chart-tab#7.4-Plot-Selection]]
14 14
* Bar
15 15
* Funnel
16 16
... ...
@@ -50,6 +50,8 @@ The table below describes the features of the **Trend** chart type selection.
50 50
|Label Title (Left)|This box lets you specify the text of the label that runs across the left of the chart.|
51 51
|Scale %|Allows you to scale your chart to a percentage of the original size.|
52 52
53
+![](/Guides/ReportDesign/7.0-Chart-tab/basic_trend_results.png)
54
+
53 55
###7.2.1 Creating a Trend Chart Showing Orders by Month
54 56
55 57
***This tutorial will demonstrate how to create a Trend chart demonstrating the grouping function "Orders by Month". You can use our [[demo site|http://www.izenda.com/bi/ReportList.aspx]] to follow along with the instructions below.***
... ...
@@ -69,6 +71,8 @@ The table below describes the features of the **Trend** chart type selection.
69 71
11. Click the **"Preview"** tab. Now the Report has a title. Let's save it.
70 72
12. Click on the **Save As** tool bar button, name your report and enter the category you want the report to be shown under. Click OK. The Izenda report is saved. You may now view the report by navigating to it from the Report List page.
71 73
74
+![](/Guides/ReportDesign/7.0-Chart-tab/advanced_trend_results.png)
75
+
72 76
###7.2.2 Creating an Advanced Trend Chart Report
73 77
74 78
***In this example, we will modify the trend chart created in 7.2.1 above by separating the data by year and smoothing out the graph.***
... ...
@@ -168,4 +172,40 @@ The image below shows the **Pie** Chart Type selection options on the **Chart**
168 172
15. Click the **Preview** tab. Let's Save it.
169 173
16. Click on the **Save As...** toolbar button, name your report, and enter the category you want the report to be shown under. Click OK. The Izenda report is saved. You may now view the report by navigating to it from the Report List page.
170 174
171
-![Advanced pie chart Results](/Guides/ReportDesign/7.0-Chart-tab/advanced_pie_result.png)
... ...
\ No newline at end of file
0
+![Advanced pie chart Results](/Guides/ReportDesign/7.0-Chart-tab/advanced_pie_result_2.png)
1
+
2
+##7.4 Plot Selection
3
+
4
+Selecting a Plot chart type will generate a scatter plot chart. This acts very similar to the trend chart but has a few key differences.
5
+
6
+**Basic Plot Chart Tab**
7
+
8
+![](/Guides/ReportDesign/7.0-Chart-tab/basic_plot_tab.png)
9
+
10
+**Advanced Plot Chart Tab**
11
+
12
+![](/Guides/ReportDesign/7.0-Chart-tab/advanced_plot_tab.png)
13
+
14
+*Note: This graph is not available with certain charting engines. For a list of charting engines and what they do, click [[here|http://wiki.izenda.us/API/CodeSamples/ChartingEngine]].
15
+
16
+The table below describes the features of the **Plot** chart type selection.
17
+
18
+|**Feature**|**Description**|
19
+|:---------:|:-------------:|
20
+|X-axis dropdown menu|Choose any field from the dropdown for the X-axis. Generally, this will be a numeric or date field.|
21
+|Y-axis dropdown menu|Choose any field from the dropdown for the Y-axis. Generally, this will be a numeric field.|
22
+|Separator|Allows users to separate their data into multiple plots on the same graph.|
23
+|Show Legend|When checked, this will dislay a color-coded legend next to the chart.|
24
+|Connect|When checked, this will draw connecting lines between the plot points, much the same way a trend chart would.|
25
+|Auto-Scale|When checked, this will scale the graph dynamically to your data range.|
26
+|Scale%|Scales the size of the graph to the percentage entered. No input will default to 100%.|
27
+
28
+***Below you can see the results of the plot chart type***
29
+
30
+**Basic**
31
+
32
+![](/Guides/ReportDesign/7.0-Chart-tab/basic_plot_results.png)
33
+
34
+**Advanced**
35
+
36
+![](/Guides/ReportDesign/7.0-Chart-tab/advanced_plot_results.png)
... ...
\ No newline at end of file