SciChart® the market leader in Fast WPF Charts, WPF 3D Charts, and iOS Chart & Android Chart Components
Hi,
I’m evaluating SciCharts at the moment and so far it looks very promising.
However I have found I can’t get the chart to display millisecond formatting.
This is how I’m setting up the X axis, but it never shows ms values.
<SciChart:DateTimeAxis TextFormatting="hh:mm:ss:fff" DrawMinorTicks="True" Margin="10,10,10,10" AxisTitle="Time (hh:mm:ss)" AutoRange="Always"> <SciChart:DateTimeAxis.GrowBy> <SciChart:DoubleRange Min="0.1" Max="0.1"/> </SciChart:DateTimeAxis.GrowBy> </SciChart:DateTimeAxis>
My data has about 100 readings per second, but needs to be able to vary that to maybe 1 reading per minute for a matter of days (therefore the X axis needs to show Hours,Minutes,Seconds and milliseconds)
Thanks in advance
Hi there, and thanks for your enquiry!
Ok I took a look at the MSDN docs, and I think the format needs to be hh:mm:ss.fff, not hh:mm:ss:fff.
Can you try this change and let me know if it works?
Best regards,
Andrew
Please login first to submit.