Browse By Tags

  • XamChart RenderTargetBitmap and DataBinding: Broken...

    I am writing an application where I must render a bitmap of a chart without in any way visually displaying it (so no adding it to the visual tree.) The only technique I have seen so far involves using a RenderTargetBitmap to do so.

    In a previous post…
  • Broken lines in 2D (scatter) line charts?

    Hi,

    I have a requirement to somehow break the line if a datapoint is marked as invalid. There are 2 questions:

    - How to mark it, i.e. can I use a special Y-value (null, infinite, ..) to use?

    -  How to draw it?

      a) if no line at all should be drawn between…

  • RenderTargetBitmap and XamChart - Broken

    I'm writing an application that has need of making small bitmaps of charts for static preview purposes. I've tried everything I can think of to get RenderTargetBitmap to work with XamChart, but all I get is an empty bitmap (the bitmap is the correct size…

  • RenderTargetBitmap and XamChart - Broken, Redux

    I don't think I was clear enough when I first asked this question. 

    I'm writing an application that has need of making small bitmaps of charts for static preview purposes. I've tried everything I can think of to get RenderTargetBitmap to work with…