|
Arbitrary Table |
Posted by KeithB on Jan-30-2024 01:10 |
|
Is there a way to create a table that is unlinked from the Axis labels?
I am creating a program to view electricity usage and want to show the dollar amounts on the chart. Currently I have the labels below the winChartViewer as shown. I would like the table in Chart Director so that I can save everything in one image file.
The only way I see to make a table is to use makeTableFromLabels() which is not what I want to do.
I tried just creating a new table, but there is no constructor available to me.
|
Re: Arbitrary Table |
Posted by KeithB on Jan-30-2024 23:05 |
|
Ah! addTable(). I was looking for table(), or getTable(). I will add "add" to the list of things to search for in the docs! |
|