Hi. I am making a XBar Chart and would like to customize the table display a bit. I would like to include a few custom headers and strings at the very top of the table. I think that I could reuse the existing Title, Chart Number, Part Number and Date spots when using...
... but, I am having problems changing the Date Header. When I call...
chartVu.ChartData.DateHeader = "New Header";
... the header value does not seem to change (stays "Date:"). So...
1. Am I doing something wrong in trying to set that value (the other Header properties seem to be responding correctly.
OR
2. I could also probably just go with turning the "Date" row off (and keeping the Title row) if there is some way to do that. But I imagine that would mess up the alternating background coloring.
OR
3. Is there some sample code in the examples that shows how to add a custom rows (I would need to add to the top) and columns?
That is a bug. The DateHeader property is not modifying the dateHeader internal variable used in the display. We will correct it in an update of the software at the end of this month. There is no way to just turn off just the Date line. Thank you for reporting this problem.
Sorry, there isn't a way to add custom rows. You will have to wait for the update, with the DateHeader string fix, in a couple of weeks. At that time you can use your original download links to update your software. If you require customization beyond what we have built into the software, you will either need to get the source code and modify our DLLs, or hire us to generate the custom table in accordance with your spec.