I plot some values in a pivotchart from a table. I want to format the datalabel like short time 24h. In the table the data are defined as short time 24h.
I have tried to put this code but it doesn't works right.
thank you 
I have tried to put this code but it doesn't works right.
Code:
With ochart.SeriesCollection(i).DataLabelsCollection.Add
.NumberFormat = Format(Time, "hh.mm")
end with