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
2335
Chart with Daily, Weekly, Monthly and Quarterly Fashion
posted

Hi,

We have couple of line series to be shown with Numeric Data on Y axis and Dates on X axis, we have data on daily basis and generally we have to display values for 1 year to 10 years as per user requirements. No user wants to view the data on Weekly, monthly or Quarterly basis, that some sampling function (First Value, Last Value, Min, Max, Average or any other Custom Function) should be applied to the data and when required or applied explicitly.

It is also called as Periodicity as well as sampling in different thrid party charting controls.

Is there any way to compact data in Infragistic Charts?

Thanks

Parents
No Data
Reply
  • 335
    posted

    Hi,

     

    Could you please provide more details - I am not sure I understand the use case you are describing.

    You have data that is daily updated, but the user wants to view it on an yearly basis. You do not want the user to see the label for each day, but only the label for an year and all data in this year?

    If this is the case, try using a DateTimeAxis for the X axis and add only one DateTimeLabelGroup with Type= "Year" to it.

     

    Regards,

    Boyan

Children
No Data