Essential Chart WPF
Single point handling
February 13, 2012 01:51 AM by Baskaran S[Syncfusion]
James Athyal
Single point handling
February 3, 2012 02:17 PM
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

Baskaran S
[Syncfusion]
Single point handling
February 13, 2012 01:51 AM
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]

<syncfusion:ChartSeries
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
::adCenter::