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
445
using CategoryDateTimeXAxis extend the data to chart max time
posted

we are CategoryDateTimeXAxis in our chart and want to see is there any option to extend the last data point value to end of the chart? Please refer the attached screen shot.

We need to show the chart as in below

We are using timer to set the Min and Max value of XAxis

Parents
No Data
Reply
  • 34810
    Offline posted

    Hello Member,

    I have been investigating into this behavior you are looking to achieve, and currently the only way to achieve this is if the value of the last point in your series is equal to that last point on the CategoryDateTimeXAxis. You had mentioned that you are using a timer to set the Min and Max values of the XAxis – you will need to synchronize this with your data points in order to extend the last point to the end such that the Max value is the X-Axis value of the last point in your data.

    Please let me know if you have any other questions or concerns on this matter.

Children
No Data