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
1735
Standalone use of NumericXAxis/NumericYAxis
posted

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

Parents
  • 34810
    Verified Answer
    Offline posted

    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,
    Andrew
    Developer Support Engineer I
    Infragistics Inc.
    www.infragistics.com/support

Reply Children
No Data