M
Matt
I'm using OWC11 to plot a bar chart. The catergories are strings of the form
"Jan-2004", "Feb-2004", etc. I put these into some cells in a Spreadsheet
object. I put a single quote before each value to ensure the cell treats
them as strings (I have verified that they are strings in the cell).
However, when I call SetData for a series's categories, the chart converts
those strings to dates and displays them as such. Is there any way to
prevent the chart from converting strings that look like date into dates?
A few notes:
-Using delimited strings or arrays in SetData has the same problem
-Setting the NumberFormat for a category axis throws an exception
-The Caption property of the ChCategoryLabel object is read only.
Thanks,
-Matt
"Jan-2004", "Feb-2004", etc. I put these into some cells in a Spreadsheet
object. I put a single quote before each value to ensure the cell treats
them as strings (I have verified that they are strings in the cell).
However, when I call SetData for a series's categories, the chart converts
those strings to dates and displays them as such. Is there any way to
prevent the chart from converting strings that look like date into dates?
A few notes:
-Using delimited strings or arrays in SetData has the same problem
-Setting the NumberFormat for a category axis throws an exception
-The Caption property of the ChCategoryLabel object is read only.
Thanks,
-Matt