Handbook · Table and chart
Cookbook: table and chart
Where in the UI. Category property type table; Layout table + chart components; binding helpers in the inspector.
- Add a table property with columns (e.g. date, amount). Pick rolling overflow and a maxRows if this is a log.
- Drop a table widget; bind tableSource to that property.
- Drop a chart; point it at the same property (or a list extracted from it). Choose x/y columns.
- Optional: scripts appendTableRow on a button for new samples.
fileTable is for large CSV-backed series; table (CTBL) is for compact bounded logs.