Hi,
I want to use the NumericXAxis/NumericYAxis classes for generic axis rendering in my application, i.e. without using a XamDataChart. Is this possible? I've tried to just instantiate a standalone NumericYAxis in a DockPanel, but it will not render unless I wrap it in a XamDataChart.
Regards,Leif
Hello Leif,
The Numeric X and Y Axes will not render without being wrapped in a XamDataChart. However, after wrapping in the XamDataChart, you do not need a series on the chart. You can set the Minimum and Maximum values on each axis and they will render accordingly.
I am rather curious as to what you are trying to achieve by having standalone numeric axes. Could you please provide more detail on what functionality you are trying to see?
Please let me know if you have any other questions or concerns on this matter.
Sincerely,AndrewDeveloper Support Engineer IInfragistics Inc.www.infragistics.com/support
I'm writing an application for visualization of Ground Penetrating Radar (GPR) data, and want to use the Numeric X and Y axis controls instead of my custom axis controls in a radargram viewer (see attached screenshot). This basically means adding two axis to a zoomable/pannable bitmap image.
As long as I do not need to add any series to the chart I guess that using the Numeric X and Y axis is OK for my application. I was a bit worried that I needed to add a lot of graph complexity that e.g. had impact on the performance, but I would think that a graph with no series adds little to standalone axis in this respect.