Author |
Topic  |
|
Bill Rokos
15 Posts |
Posted - 08 Jul 2008 : 00:27:28
|
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...
chartVu.HeaderStringsLevel = SPCControlChartData.HEADER_STRINGS_LEVEL1;
... 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?
Thanks.
|
|
quinncurtis
1164 Posts |
Posted - 08 Jul 2008 : 08:07:08
|
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. |
 |
|
Bill Rokos
15 Posts |
Posted - 08 Jul 2008 : 11:33:54
|
OK thanks. How about idea 3. Is there a way to add a custom row to the table (at the top)? |
 |
|
quinncurtis
1164 Posts |
Posted - 08 Jul 2008 : 11:54:58
|
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. |
 |
|
Bill Rokos
15 Posts |
Posted - 08 Jul 2008 : 12:08:07
|
OK thanks for the info. |
 |
|
|
Topic  |
|