Hi,
In the attached figure, I build a few point/line series and it works fine but the points are truncated as shown! I have built all series in the code behind. Here is the XAML:
<ig:XamDataChart Padding="5" x:Name="Chart1" HorizontalZoomable="True" HorizontalZoombarVisibility="Collapsed" VerticalZoomable="True" VerticalZoombarVisibility="Collapsed" Title="Stick Diagram : Wellbore-Completion Depth Section View" Legend="{Binding ElementName=xmLegend1}" HorizontalAlignment="Stretch" Margin="5,5,5,5" FontFamily="Tahoma" FontSize="14" FontWeight="Bold"></ig:XamDataChart>
<ig:Legend x:Name="xmLegend1" FontFamily="Arial" HorizontalAlignment="Right" VerticalAlignment="Top" FontSize="6" Margin="0,10,0,0" Grid.Column="1"/>
How do I make sure that all series are displayed properly!