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
40
Is there anyway to get rid the border of line charts in windows phone applications?
posted

Hi there,

I created an application with bar charts.

I followed this sample project to create, "http://www.infragistics.com/community/cfs-file.ashx/__key/CommunityServer.Components.PostAttachments/00.00.45.20.72/ChartYRange.zip"

Is there border for the charts appear which I don't to happen! I need to get rid of. Is there tutorial to follow up or can you please share me any snippet so that I can know? 

Parents
No Data
Reply
  • 17475
    Verified Answer
    Offline posted

    Hi and thank you for posting!

    If you would like to hide the borders of the plot area you can set the PlotAreaBorderThickness property to zero:
    <ig:XamDataChart PlotAreaBorderThickness="0"
                    Name="xamDataChart1"
                    Legend="{Binding ElementName=Legend}">…
    Let me know if you need additional assistance.

Children