Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
55
Point series markers are truncated when plotted
posted

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!