Browse By Tags

  • XamDataChart line series - white are when in RoyalDark theme

    Hi,

    I have a line series in XamDataChart. It gets a white ara as seen in the attached picture. How do I remove it? I only want the line. 

    Regards,

    Hilma Maria

  • XAM DATA CHART - Line serires

    Hi, I have two collections

    Collections 1 = starts from 0 and ends at 110 points (total 110 points)

    Collections 2 - starts from 50 ends at 150 ( total 3 points)

    Now my problem is I have used two category X-Axis by binding each to each collection and My…

  • Line series markers with similar or duplicate CategoryDateTimeXAxis values

    Hi, I've one last hurdle in my current solution. I understand that line and scatter series behave certain ways on purpose. That is they try to reduce overhead with what they see as data points being too close to visually discern. However, it's not working…

  • Line series custom markers shifting position

    Hi, I have custom markers bound to a visibility checkbox. When the box is changed the position of the markers can shift dramatically. If I update the UI somehow (like zoom, scroll, etc...) it will fix itself. This only happens to my dynamically added…

  • WPF multiple clustered series

    Hi, 

    Can anyone share a working example of Multiple Clustered Series in the documentation http://help.infragistics.com/Help/Doc/WPF/2015.2/CLR4.0/html/DataChart_Multiple_Series.html

    I need to create something very similar (2 columns,  1 line ) to this but…

  • Display Marker values only for the Max and Min value on the LineSeries.

    I have a xamDataChart LineSeries with 500 X-axis values and Y Axis values.

    I want to display Markers with the values for only the maximum and minimum points on the line series.

    something like this but values should be visible only for Red and Blue circle…

  • How to create basic LineSeries chart with XamDataChart and no XAML

    We need to dynamically create an XamlDataChart in a WPF application.  The user will click a button to add/remove line series from the chart.  The series are determined dynamically at run time.     

    The example below is based on the Getting Started with XamDataChart…

  • How to link the series title color in the legend to the series brush color?

    I have created a custom data template for the LegendItemTemplate for my series and I have a legend style specified for the legend itself but I am not sure how to make the Series.Title in the data template use the Series.ActualBrush as its color. Here…