A Chart is Worth a Thousand Numbers... |
Search | Help | Forums | About |
Anatomy of a Chart
Chart Editor
Graph Types
ChartMechanic lets you customize most every aspect of the charts it generates. Charts are organized into various pieces, identified in the diagram below:
The Chart Editor is the main view for chart creation and editing. The UI controls around the chart you are editing let you change the properties for each part of the chart's anatomy. As you change properties for a chart, the chart is re-rendered, to provide immediate feedback for your edits.
We encourage you to experiment freely with all of the chart properties to explore what they do and to get comfortable with the editor's capabilities.
|
Chart Editor Control On the right side of your screen is the main editor control. It is organized into smaller editors for different parts of the chart (excluding the Series and Markers, which are below). You can activate the sub-editor popup for each area by clicking on the edit icon
for that part of the chart.
|
![]() |
|
Editor Popups For example, editing the Legend activates a sub-editor popup for the legend's properties. This editor (shown right) lets you change properties like:
|
|
|
Series Control There is a tab below the chart containing controls for each series and marker. The left side of the control is a list of the chart's series. The right side of the control contains editors for the properties of a series:
|
![]() |
|
Marker Control The Name editor popup contains properties for the text associated with a marker:
Other marker properties:
|
![]() |
| Graph Type | Description |
|---|---|
| Area | render a series as filled Area |
| Bar | horizontal/vertical rectagular Bars |
| Bubble | circular, filled "bubble", with the diameter determined by a Z column |
| Candlestick | Candlestick (Box and Whisker) shows Open/High/Low/Close values, usually for a tradeable financial product. An optional fifth column renders trading volume. |
| Clustered Bar | Bar rendering, where multiple series are clustered next to each other along the X axis. |
| Difference | renders a difference between two series, with different colors for positive and negative differences |
| Dot | draws values as Dots, a.k.a. a scatter plot |
| Line | render a series as simple line |
| Line 3D | draws a Line, with an optional shadow behind it |
| Line And Shape | render a series as line with a shape at value points. Shape can be filled/outlined. |
| Spline | render a series as a line, with spline iterpolation between points. |
| Stacked Area | Area rendering, with multiple series stacked on top of each other |
| Stacked Bar | renders values as rectangular bars, with multiple series stacked on top of each other |
| Step | line rendering, with discrete vertical steps between values |
| Step Area | Step rendering, with the area below the line filled |
| Graph Type | Description |
|---|---|
| Area | render a series as a filled Area |
| Bar | horizontal/vertical rectagular Bars |
| Bar 3D | Bar rendering, with 3D depth effect |
| Gantt | Applicable only for Gantt chart type |
| Grouped Stacked Bar | stacked bar rendering, with clustering by group |
| Layered Bar | render a series as LayeredBar |
| Level | draws a single line at the Y value |
| Line 3D | draws a Line, with an optional shadow behind it |
| Line And Shape | render a series as line with a shape at value points. Shape can be filled/outlined. |
| Min Max | similar to Level rendering, with values at the minimum and maximum |
| Stacked Area | Area rendering, with multiple series stacked on top of each other |
| Stacked Bar | renders values as rectangular bars, with multiple series stacked on top of each other |
| Stacked Bar 3D | stacked Bar rendering, with 3D depth effect |
| Step | line rendering, with discrete vertical steps between values |
| Waterfall | renders as Waterfall effect, with sorted series values flowing into the next value |