Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
390
CategoryDateTimeXAxis Vs CategoryXAxis
posted

What are the advantages/disadvantages of using CategoryDateTimeXAxis and CategoryXAxis to represent the time? 

I have a requirement of showing up to 10 series and each series contains 20000 data points and each series data will be updated every seconds. 

What will be better choice to show the date time value in in X axis, CategoryDateTimeXAxis or CategoryXAxis? Please advise.

Parents
  • 29105
    Offline posted

    Hello,

    The major difference between the two axis types is due to performance, where CategoryXAxis is considered to be more efficient.

    CategoryXAxis

    In this axis, data is categorized by country (X-axis values) and is mapped using the Label property of the axis.

    CategoryDateTimeXAxis

    In the CategoryDateTimeXAxis, the date values are mapped into labels that represent the corresponding date.

    This was previously discussed here:

    http://es.infragistics.com/community/forums/t/85616.aspx

    An updated version of our docs can be found here (under axis types):
    http://help.infragistics.com/doc/WPF/2015.2/CLR4.0/?page=DataChart_Chart_Performance.html

    Let me know if you have any questions regarding this matter.

Reply Children