Difference between revisions of "Component: Data Sheet B (Charts)"
From Flowcode Help
Jump to navigationJump to search (Created page with "{| style="width:50%" |- | width="20%" style="color:gray;" | Author | Steve Tandy |- | width="20%" style="color:gray;" | Version | 1.0 |- | width="20%" style="color:gra...") |
(No difference)
|
Revision as of 16:52, 16 November 2021
| Author | Steve Tandy |
| Version | 1.0 |
| Category | Charts |
Contents
Data Sheet B component
A component that accepts data (using series) that can then be viewed in a spreadsheet.
Detailed description
No detailed description exists yet for this component
Examples
No additional examples
Downloadable macro reference
| Clear | |
| Resets the XY chart and removes all data points. | |
| Return | |
| AddData | |
| Add data to a spreadsheet. Returns true if ok. | |
| series | |
| column for the data (1 - 8) | |
| [[File:]] - | data |
| the value to store in the spreadsheet | |
| [[File:]] - | Return |
| GetData | |
| Returns the data from a spreadsheet row-column reference. | |
| [[File:]] - | row |
| row for the data (1 - 32767) | |
| [[File:]] - | column |
| column for the data (1 - 255) | |
| [[File:]] - | Return |
| RefreshChart | |
| Redraws the chart. | |
| Return | |
| GetData | |
| Gets a data point from the specified series. | |
| Series | |
| Which series to add to (1-8) | |
| [[File:]] - | Index |
| The data point index (1 - 32767) | |
| [[File:]] - | Return |
Property reference
| Properties | |
| Connections | |
| Simulations |