I am using the step area chart. The chart is showing a value for every minute from 9:00 AM to 5:00 PM, 481 rows. Everything is great except the first minute (9:00) does not appear on the chart.
Any suggestions would be great.
Thanks
Mark
this code worked for me and displayed the 9:00 label. is there anything else i need to do to reproduce this? have you tested using the latest hotfix?
{
NumericTimeSeries series1 = new NumericTimeSeries();
}
this.ultraChart1.Axis.X.Labels.ItemFormatString = "<DATA_VALUE:hh mm>";