Custom labels from recordset
Posted: Mon May 21, 2007 11:36 am
I have a recordset with two fields, priceDate and priceClose.
I plot using the DataSource property, ie:
.Series(0).DataSource = rs
.Series(0).YValues.ValueSource = "prClose"
The priceDate interval is daily and the recordset covers many years. I only want an x-axis label at each year change.
How would I do this?
Thanks
I plot using the DataSource property, ie:
.Series(0).DataSource = rs
.Series(0).YValues.ValueSource = "prClose"
The priceDate interval is daily and the recordset covers many years. I only want an x-axis label at each year change.
How would I do this?
Thanks