Jump to content
Software FX Community

sudidela

Members
  • Posts

    30
  • Joined

  • Last visited

Everything posted by sudidela

  1. Hi, We are working on an application where in we have implemented the custom zoom by considering the mouse coordinates. It is working fine. If i try to zoom the peak portion of the curve continuosly, the attached image is how the Chart is plotting. I couldn't able to know what might be the reason behind that. Can you please let me know what could be the reason behind that? We are using ChartFx 7.0 version. Thanks Regards Sudidela
  2. Hi, I am using AnnotationText object to display some information. I could able to display the information row by row(from top to bottom). But i want to align the text horizantally. So i have tried using "/t" (tab spacing) for the text which will be assigned to AnnotationText object. But it is not taking.... Is there any other way which will fulfill my purpose? Regards Sudidela Bubble.zip
  3. Hi I have an application where i implemented custom zoom for the chart. Some times when i zoom particular area of the chart, nothing is visible on the chart. I have to move the Y-axis or X-axis scroll bar to see the Zoomed portion of the chart. Can u please help me out of this problem ? Thanks Sudidela
  4. I have some problem with data alignment in Datagrid of Chart. I have an application where in i pass values to X-axis with label format as DateTime format and Y-axis values as double values. When i view the Datagrid of chart, as the X-axis label format is specified in DateTime format, the respective values in cells of X-axis are not fully visible(They are clipped). If the X-axis values with label format is not in DateTime format, then i can clearly view all the data in the datagrid. Regards Sudidela
  5. Hi I have written custom code for print preview as i am using two charts in my application(one for data plotting and other for legends display). After the plot is plotted with some data, I have zoomed the first chart to some extent and clicked on Print Preview button. When i scroll the x axis after zooming, it is intutive that chart is showing the document which might be approximatetly 2 to 3 pages..... But the chart.Printer.Document.PrintController.GetPreviewPageInfo().Length is giving 550 to 600 pages. Only the first page and approximately last page(s) are having data and remaining all pages are shown empty with x-axis(indicating DateTime) values as 2010, 2011, 2012, 2013.........so on....which is wrong. Thanks
×
×
  • Create New...