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
40
How to hide null points in line graph
posted

Hi,

i am using ultra web chart. now i don't want show the null points in my graph.

For this i am setting the property

UltraChart2.LineChart.NullHandling = Infragistics.UltraChart.Shared.Styles.

NullHandling.InterpolateSimple;

now it is displaying one point at 03/03/2009, actually this is null point.

Now my problem is how to hide this solid style?