in

C1 Community

ComponentOne Community is a free source for developers and help authors to collaborate and communicate.

Bug in XYplot

Last post 01-08-2008 10:20 PM by battula32. 2 replies.
Page 1 of 1 (3 items)
Sort Posts: Previous Next
  • 01-06-2008 10:50 AM

    Bug in XYplot

    In some conditions XYPlot using solid lines and Thickness=1 will have unexpected gaps.

    It appears to me that line drawing routine interpolates thickness of the line to be drawn and it is having trouble with small slope changes (close to 0) . As a result it ends up with line thickness=0!

    Location of gaps will depend on chart (width/height) size.

    To see this in action try slowly to resize the chart window.

     

    See sample attached.

     

     

    Filed under: , ,
  • 01-06-2008 10:58 AM In reply to

    Re: Bug in XYplot

    Here is the missing attachment.

    C1Chart version used to build: 2.0.20073.17282

    Bogdan J

  • 01-08-2008 10:20 PM In reply to

    Re: Bug in XYplot

    use anti alias properry

    chart.ChartArea.PlotArea.UseAntiAlias = true;

    This may solve.

    Regards

    Ravi.Battula

Page 1 of 1 (3 items)
Contact ComponentOne: 1.800.858.2739 ©1987-2008 ComponentOne LLC All Rights Reserved.