Hi,
In the attached screenshot you see chart, I would like to see point when there is a value?
<telerikChart:RadCartesianChart Grid.Row="3" Grid.Column="0" PaletteName="LightSelected" >
<telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:DateTimeContinuousAxis LabelFitMode="Rotate"
MajorStepUnit="Day"/>
</telerikChart:RadCartesianChart.HorizontalAxis>
<telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:NumericalAxis LabelFormat="N"
Minimum="0" />
</telerikChart:RadCartesianChart.VerticalAxis>
<telerikChart:RadCartesianChart.Series>
<telerikChart:LineSeries
CategoryBinding="Date"
ValueBinding="Value"
ItemsSource="{Binding TotalFilesInProgressDataSource}" />
</telerikChart:RadCartesianChart.Series>
</telerikChart:RadCartesianChart>
I want besides the chart to see it on net.
Vertical lines and horizantal lnies will beneate the chart.