Browse By Tags

  • Marker Labels clipped by the border of the chart

    I've got a line chart and the labels are being clipped by the edge of the chart:

    Labels clipped

    The chart is built up from data so I can't use the technique of hard coding the minimum and maximum values as suggested in this question.

    I tried binding the Minimum…

  • How can I prevent the data points from ever hiding?

    They key piece is that: markers must only be shown when all the data points are visible.

    There appears to be some hard-coded marker width that determines when to hide the markers. The attached code shows that a skinny line marker gets hidden at the same…

  • Overcoming DateTime Precision Issues in the XamDataChart (splines turned on).

    Our team has a hard requirement to support graphing down to the nanosecond resolution. This is not supported by the .NET DateTime struct. We are building a wrapper around the DateTime class to fix the precision problem (PreciseDateTime). 

    Now the only element…

  • out of the box soulution for addiding/removing annotations for charts in silverlight

    Hi.

    I would like to know if have already out of the box soulution for addiding/removing annotations for charts in silverlight like you have in ASP.NET
    my app is implemented in Winform and in Silverlight as well.
    untill now i didnt show the users annotations…

  • Change Series Chart Color

    Hi,

    I have a problem when using the default DataPointColor.Different or  DataPointColor.Auto for the charts, it's returning similar colors and I want to somehow set an option so the colors returned for my pie charts, line charts, or bar charts are obviously…

  • Silverlight 5 - XamDataChart - Using scroll wheel to pan.

    I have searched and cannot seem to find a way to override the default behavior for the scroll wheel zooming. Ideally I would be able to set via a property to set the behavior.

    But I have since attempted a less ideal solution: disabling the mouse wheel…

  • Switch chart types and x-axis type

    Hi

    I need to switch charttypes during runtime. Is this possible? I haven't found any information about this.

    I also need to change from datetime x-axis to numeric x-axis during runtime. Can this be done?