Browse By Tags

  • Introducing Infragistics Startup Solutions

    How do you learn new technologies? I like to get my hands on some working code and re-write it. This really helps me see how it should be done, but allows me to make my mistakes with the API to see where I’m not understanding how things work.

    Often…

  • Extension Methods for Navigating the xamDataChart

    I recently posted a video demonstrating how to implement some extension methods to support xamDataChart navigation. The navigation support implemented in the demo included:

    • PanUp
    • PanDown
    • PanLeft
    • PanRight
    • ZoomIn
    • ZoomOut
    • FitInWindow

    The only problem with…