Single point handling

Hello,

I am creating an essential chart (Type: Line).

I'm handling empty points (by not displaying them, so there can be a break in a single series).

I have many points in a series including NaN empty points. Sometimes Y values in the array go like this:

2, 3, 3, 4, 5, Nan, 9, Nan, 6, 5, 5

Here I would like to see a dot at the point 9 but it is suppressed. Is there any way to handle single points like this in a line Series?

James


1 Reply

BS Baskaran S Syncfusion Team February 13, 2012 06:51 AM UTC

Hi James,

Thanks for your interest in Syncfusion products.

We can display a dot for a value between two empty by Setting EnableEffect property to true.

Code Snippet:
[XAML]

EnableEffects="True"
ShowEmptyPoints="False" />


We have also prepared a sample based on your requirement. Please find the sample from the attachment.

Please let us know if you need any further assistance.

Regards,
Baskaran S




Empty Point_25488126.zip

Loader.
Up arrow icon