Hi Syncfusion,
I have a problem with the chart I can't add points that have a null value.
The chart has axis x of date that can't be null
and axis y has the value of double?
public class SFDataEntity : ChartDataPoint
{
public SFDataEntity(Java.Lang.Object p1, Java.Lang.Object p2) : base(p1, p2)
{
}
public SeriesNames SeriesName { get; set; }
}