The answer is yes, LV can display 13080 points on a chart (although I'm not sure about the significance of such a display with a 1000 pixel wide chart...)
However, a chart may not be the best tool to answer your question : scale management may create some difficulties (flickering that has to be dealed with using the "defer update" front panel property). If you wish to use a chart, the easiest way to fix the X axis may be to paste a faked scale on the chart control, after hiding the original scale.
The use of a graph could be easier, once you know how to manage the scroll.
Avoid passing the data points to the graph one at a time.
See the attached vi, and ask here for more help if required.
Hope this helps,
CC
Chilly Charly (aka CC)