<SfChart Title="My Points"> // add your additional code here
<ChartSeriesCollection> <ChartSeries Type="ChartSeriesType.Spline" DataSource="@LstUserDataIdealPoints" XName="DateOfEntry" YName="Value" Name="IdealPoints"> <ChartMarker Visible="false" Width="5" Height="5"> <ChartDataLabel Visible="false"> </ChartDataLabel> </ChartMarker> </ChartSeries> </ChartSeriesCollection> </SfChart> |