Hi ,
I filling an ultrachart with a numerictimeseries. I want to know if it is possible to remove week end, on the time line ?
Thanks
Hello Eltorfuerte,
I`m not famlar with your scenario, but maybe you could used FillSceneGraph() method and remove weekend from the chart. I made small sample for you with such kind scenario. Please take a look at the attached sample. Also you could take a look at another forum thread where I discuss something similar: http://community.infragistics.com/forums/t/63830.aspx
Also you could take a look in our online documentation. Topic "Customize the display of Null Values": http://help.infragistics.com/Help/NetAdvantage/WinForms/2011.2/CLR2.0/html/Chart_Customize_the_Display_of_Null_Values.html
Also, maybe you could try other possible approach - to exclude from your DataSet all values with weekends and then to apply your filtered DataSet to your UltraChart.
Please let me know if you have any questions
Hi Thanks a lot for your answer, however it is not exactly what I want . I would like to have every point linked. Which mean that for the example you gave one should not see gap between 09/03/2012 and 12/03/2012 and between 16/03/2012 and 19/03/2012.
Do you know how one can do that ?